#0CBBF5

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

Shades of Deep Sky Blue #0CBBF5

Tints of Deep Sky Blue #0CBBF5

Color information

#0CBBF5 (or 0x0CBBF5) is unknown color: approx Deep Sky Blue. HEX triplet: 0C, BB and F5. RGB value is (12,187,245). Sum of RGB (Red+Green+Blue) = 12+187+245=444 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.70% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 245 (96.09% from 255 or 55.18% from 444); Max value from RGB is 245 - color contains mainly: blue. Hex color #0CBBF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBBF5 is #F3440A. Grayscale: #8C8C8C. Windows color (decimal): -15942667 or 16104204. OLE color: 16104204.

HSL color Cylindrical-coordinate representation of color #0CBBF5: hue angle of 194.94º 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 #0CBBF5 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12187245-
CMYK0.950.2400.04
HSL194.94º92.09%50.39%-
HSV(B)194.94º95.1%96.08%-
XYZ34.442.2192.72-
YUV141.29186.5235.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.70%
GREEN value IS 187 (73.44% from 255) = 42.12%
BLUE value IS 245 (96.09% from 255) = 55.18%
R=2.70%
G=42.12%
B=55.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal121872450.950.2400.04194.9492.0950.39
HexCBBF55F1804c35c32
Octal14273365137300430313462
Binary110010111011111101011011111110000100110000111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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