Html Css Color HEX #0EB0EC Deep Sky Blue

📋 copy color: '#0EB0EC'

red 14 ◦ green 176 ◦ blue 236

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

Shades of Deep Sky Blue #0EB0EC

Tints of Deep Sky Blue #0EB0EC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.31%

 BLUE value IS 236 (92.58% from 255) = 55.4%

R = 3.29%
G = 41.31%
B = 55.4%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0EB0EC (or 0x0EB0EC) is known color: Deep Sky Blue. HEX triplet: 0E, B0 and EC. RGB value is (14,176,236). Sum of RGB (Red+Green+Blue) = 14+176+236=426 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #0EB0EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0EB0EC is #F14F13. Grayscale: #868686. Windows color (decimal): -15814420 or 15511566. OLE color: 15511566.

HSL color Cylindrical-coordinate representation of color #0EB0EC: hue angle of 196.22º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EB0EC is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 14 176 236 -
CMYK 0.94 0.25 0 0.07
HSL 196.22º 0.89% 0.49% -
HSV(B) 196.22º 0.94% 0.93% -
XYZ 30.85 37.2 84.91 -
YUV 134.4 185.33 42.12 -
System Red Green Blue C M Y K H S L
Decimal 14 176 236 0.94 0.25 0 0.07 196.22 0.89 0.49
Hex E B0 EC 5E 19 0 7 C4 59 31
Octal 16 260 354 136 31 0 7 304 131 61
Binary 1110 10110000 11101100 1011110 11001 0 111 11000100 1011001 110001

Color Harmonies of #0EB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB0EC

Black with #0EB0EC

Text Example


Text Example

White with #0EB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,176,236); }

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

background-color css

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

 a { background-color: rgb(14,176,236); }

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

border-color css

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

 span { border-color: rgb(14,176,236); }

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