#0CD6F5

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

Shades of Deep Sky Blue #0CD6F5

Tints of Deep Sky Blue #0CD6F5

Color information

#0CD6F5 (or 0x0CD6F5) is unknown color: approx Deep Sky Blue. HEX triplet: 0C, D6 and F5. RGB value is (12,214,245). Sum of RGB (Red+Green+Blue) = 12+214+245=471 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #0CD6F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CD6F5 is #F3290A. Grayscale: #9C9C9C. Windows color (decimal): -15935755 or 16111116. OLE color: 16111116.

HSL color Cylindrical-coordinate representation of color #0CD6F5: hue angle of 187.98º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD6F5 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12214245-
CMYK0.950.1300.04
HSL187.98º92.09%50.39%-
HSV(B)187.98º95.1%96.08%-
XYZ40.6854.7694.81-
YUV157.14177.5824.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.55%
GREEN value IS 214 (83.98% from 255) = 45.44%
BLUE value IS 245 (96.09% from 255) = 52.02%
R=2.55%
G=45.44%
B=52.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal122142450.950.1300.04187.9892.0950.39
HexCD6F55FD04bc5c32
Octal14326365137150427413462
Binary11001101011011110101101111111010100101111001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,214,245); }

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

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

 a { background-color: rgb(12,214,245); }

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

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

 span { border-color: rgb(12,214,245); }

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