COLOR #0093E6

HEX: #0093E6
RGB: (0,147,230)

Renk bilgisi

#0093E6 contains mainly blue color. #0093E6 ‘ nin web güvenlik rengi #0099CC (ya da #09C) dir.

RGB renk modeli

#0093E6 color RGB value is (0,147,230).

  • kırmız ton 0;
  • yeşil ton 147;
  • mavi ton 230.
RGB:
(0,147,230)
(0%,58%,90%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 147 of 255 = 58%
B 230 of 255 = 90%

0
147
230

R + G + B ~ 49%. #0093E6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 147 + 230 = 377 (100%)
R 0 of 377 ~ 0%
G 147 of 377 ~ 38.99%
B 230 of 377 ~ 61.01%

%38.99
%61.01

CMYK RENK MODELİ

#0093E6 rengi CMYK tonu (100,36,0,10).

  • camgöbeği tonu 100.00%
  • eflatun tonu 36.09%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(100,36,0,10)
C100M36Y0K10 
(100%,36%,0%,10%)
(1.00/0.36/0.00/0.10)	

CMYK yüzdeleri

%100
%36.09
%0
%9.8

Codes

Color #0093E6 in popluar color models

0093E6
RGB0147230
HSL202°100.00%45.10%
HSB/HSV202°100.00%90.20%
CMYK100.00%36.09%0.00%
9.80%

Color #0093E6 in popluar number systems.

HEX0093E6
Decimal0147230
Binary01001001111100110
Octal0223346

Shades and tints

Shades of #0093E6

#0093E6
(0,147,230)
#0086D2
(0,134,210)
#0079BE
(0,121,190)
#006CAA
(0,108,170)
#005F96
(0,95,150)
#005282
(0,82,130)
#00456E
(0,69,110)
#00385A
(0,56,90)
#002B46
(0,43,70)
#001E32
(0,30,50)
#00111E
(0,17,30)
#000000
(0,0,0)

Tints of #0093E6

#0093E6
(0,147,230)
#179CE8
(23,156,232)
#2EA5EA
(46,165,234)
#45AEEC
(69,174,236)
#5CB7EE
(92,183,238)
#73C0F0
(115,192,240)
#8AC9F2
(138,201,242)
#A1D2F4
(161,210,244)
#B8DBF6
(184,219,246)
#CFE4F8
(207,228,248)
#E6EDFA
(230,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0093E6 color. Also use rgb(0,147,230) instead hex code.

Text Font Color

.myTextColor { color: #0093E6; }

<p style="color:#0093E6">This sample text font color is #0093E6.</p>

This text font color is #0093E6.


Background Color

.myBgColor { background-color: #0093E6; }

<div style="background-color:#0093E6">Inner text</div>

This div background color is #0093E6.


Border color

.myBorderColor { border: 1px solid #0093E6; }

<div style="border:3px solid #0093E6">Div</div>

This div border color is #0093E6.


Opacity

.myOpacity80 { color: #0093E6; opacity: 0.8; }

<p style="color:#0093E6;opacity:0.8;">80%</p>

Text with #0093E6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0093E6;}

<p style="text-shadow: 3px 3px 1px #0093E6">Text here.</p>

This text has shadow with #0093E6 color.

.textShadow {text-shadow: 3px 3px 1px #0093E6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0093E6, 5px 5px 20px red">Text here.</p>

This text has shadow with #0093E6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0093E6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0093E6, Direction=45, Strength=4)">Text</p>

This text has shadow with #0093E6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0093E6;
  -webkit-box-shadow:	1px 1px 3px 2px #0093E6;
  box-shadow:		1px 1px 3px 2px #0093E6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0093E6;
-webkit-box-shadow: 1px 1px 3px 2px #0093E6;
box-shadow:1px 1px 3px 2px #0093E6;">
Div content here</div>
This div box has shadow with color #0093E6.

Preview

Color preview on black background

This text has color #0093E6 on black background.


Color preview on white background

This text has color #0093E6 on white background.



Black color preview on #0093E6 background

This text has black color on #0093E6 background.


White color preview on #0093E6 background

This text has white color on #0093E6 background.