#0EB6EC

Color #0EB6EC Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #0EB6EC

Tints of Deep Sky Blue #0EB6EC

Color information

#0EB6EC (or 0x0EB6EC) is unknown color: approx Deep Sky Blue. HEX triplet: 0E, B6 and EC. RGB value is (14,182,236). Sum of RGB (Red+Green+Blue) = 14+182+236=432 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.24% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #0EB6EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EB6EC is #F14913. Grayscale: #898989. Windows color (decimal): -15812884 or 15513102. OLE color: 15513102.

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

Color convert

RGB14182236-
CMYK0.940.2300.07
HSL194.59º88.8%49.02%-
HSV(B)194.59º94.07%92.55%-
XYZ32.0539.6185.31-
YUV137.92183.3439.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.24%
GREEN value IS 182 (71.48% from 255) = 42.13%
BLUE value IS 236 (92.58% from 255) = 54.63%
R=3.24%
G=42.13%
B=54.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141822360.940.2300.07194.5988.849.02
HexEB6EC5E1707c35931
Octal16266354136270730313161
Binary111010110110111011001011110101110111110000111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EB6EC;
 }
 .AnyTagClassName
 {
   color: #0EB6EC;
 }
</style>
background-color css

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

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

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

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

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

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