Html Css Color HEX #0EC4EF Deep Sky Blue

📋 copy color: '#0EC4EF'

red 14 ◦ green 196 ◦ blue 239

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

Shades of Deep Sky Blue #0EC4EF

Tints of Deep Sky Blue #0EC4EF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.65%

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 3.12%
G = 43.65%
B = 53.23%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0EC4EF (or 0x0EC4EF) is known color: Deep Sky Blue. HEX triplet: 0E, C4 and EF. RGB value is (14,196,239). Sum of RGB (Red+Green+Blue) = 14+196+239=449 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #0EC4EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC4EF is #F13B10. Grayscale: #929292. Windows color (decimal): -15809297 or 15713294. OLE color: 15713294.

HSL color Cylindrical-coordinate representation of color #0EC4EF: hue angle of 191.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EC4EF is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 14 196 239 -
CMYK 0.94 0.18 0 0.06
HSL 191.47º 0.89% 0.5% -
HSV(B) 191.47º 0.94% 0.94% -
XYZ 35.5 45.81 88.63 -
YUV 146.48 180.2 33.5 -
System Red Green Blue C M Y K H S L
Decimal 14 196 239 0.94 0.18 0 0.06 191.47 0.89 0.5
Hex E C4 EF 5E 12 0 6 BF 59 32
Octal 16 304 357 136 22 0 6 277 131 62
Binary 1110 11000100 11101111 1011110 10010 0 110 10111111 1011001 110010

Color Harmonies of #0EC4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC4EF

Black with #0EC4EF

Text Example


Text Example

White with #0EC4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,196,239); }

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

background-color css

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

 a { background-color: rgb(14,196,239); }

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

border-color css

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

 span { border-color: rgb(14,196,239); }

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