Html Css Color HEX #0EA6F6 Deep Sky Blue

📋 copy color: '#0EA6F6'

red 14 ◦ green 166 ◦ blue 246

#0EA6F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #0EA6F6

Tints of Deep Sky Blue #0EA6F6

RGB

 RED value IS 14 (5.86% from 255) = 3.29%

 GREEN value IS 166 (65.23% from 255) = 38.97%

 BLUE value IS 246 (96.48% from 255) = 57.75%

R = 3.29%
G = 38.97%
B = 57.75%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0EA6F6 (or 0x0EA6F6) is known color: Deep Sky Blue. HEX triplet: 0E, A6 and F6. RGB value is (14,166,246). Sum of RGB (Red+Green+Blue) = 14+166+246=426 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 246 (96.48% from 255 or 57.75% from 426); Max value from RGB is 246 - color contains mainly: blue. Hex color #0EA6F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EA6F6 is #F15909. Grayscale: #818181. Windows color (decimal): -15816970 or 16164366. OLE color: 16164366.

HSL color Cylindrical-coordinate representation of color #0EA6F6: hue angle of 200.69º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EA6F6 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 14 166 246 -
CMYK 0.94 0.33 0 0.04
HSL 200.69º 0.93% 0.51% -
HSV(B) 200.69º 0.94% 0.96% -
XYZ 30.45 34.02 92.15 -
YUV 129.67 193.64 45.5 -
System Red Green Blue C M Y K H S L
Decimal 14 166 246 0.94 0.33 0 0.04 200.69 0.93 0.51
Hex E A6 F6 5E 21 0 4 C9 5D 33
Octal 16 246 366 136 41 0 4 311 135 63
Binary 1110 10100110 11110110 1011110 100001 0 100 11001001 1011101 110011

Color Harmonies of #0EA6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA6F6

Black with #0EA6F6

Text Example


Text Example

White with #0EA6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EA6F6; }

 p { color: rgb(14,166,246); }

 H1.HeaderClassName
 {
   color: #0EA6F6;
 }
 .AnyTagClassName
 {
   color: #0EA6F6;
 }
</style>

background-color css

<style>
 a { background-color: #0EA6F6; }

 a { background-color: rgb(14,166,246); }

 div.DivClassName
 {
   background-color: #0EA6F6;
 }
 .BgClassName
 {
   background-color: #0EA6F6;
 }
</style>

border-color css

<style>
 span { border-color: #0EA6F6; }

 span { border-color: rgb(14,166,246); }

 td.TdClassName
 {
   border-color: #0EA6F6;
 }
 .TagClassName
 {
   border-color: #0EA6F6;
 }
</style>