Html Css Color HEX #0EC0EF Deep Sky Blue

📋 copy color: '#0EC0EF'

red 14 ◦ green 192 ◦ blue 239

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

Shades of Deep Sky Blue #0EC0EF

Tints of Deep Sky Blue #0EC0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.15%

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

R = 3.15%
G = 43.15%
B = 53.71%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0EC0EF (or 0x0EC0EF) is known color: Deep Sky Blue. HEX triplet: 0E, C0 and EF. RGB value is (14,192,239). Sum of RGB (Red+Green+Blue) = 14+192+239=445 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #0EC0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC0EF is #F13F10. Grayscale: #8F8F8F. Windows color (decimal): -15810321 or 15712270. OLE color: 15712270.

HSL color Cylindrical-coordinate representation of color #0EC0EF: hue angle of 192.53º 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 #0EC0EF is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 14 192 239 -
CMYK 0.94 0.20 0 0.06
HSL 192.53º 0.89% 0.5% -
HSV(B) 192.53º 0.94% 0.94% -
XYZ 34.61 44.02 88.33 -
YUV 144.14 181.53 35.18 -
System Red Green Blue C M Y K H S L
Decimal 14 192 239 0.94 0.20 0 0.06 192.53 0.89 0.5
Hex E C0 EF 5E 14 0 6 C1 59 32
Octal 16 300 357 136 24 0 6 301 131 62
Binary 1110 11000000 11101111 1011110 10100 0 110 11000001 1011001 110010

Color Harmonies of #0EC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC0EF

Black with #0EC0EF

Text Example


Text Example

White with #0EC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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