#0CBBE7

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

Shades of Deep Sky Blue #0CBBE7

Tints of Deep Sky Blue #0CBBE7

Color information

#0CBBE7 (or 0x0CBBE7) is unknown color: approx Deep Sky Blue. HEX triplet: 0C, BB and E7. RGB value is (12,187,231). Sum of RGB (Red+Green+Blue) = 12+187+231=430 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.79% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #0CBBE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBBE7 is #F34418. Grayscale: #8B8B8B. Windows color (decimal): -15942681 or 15186700. OLE color: 15186700.

HSL color Cylindrical-coordinate representation of color #0CBBE7: hue angle of 192.05º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBBE7 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12187231-
CMYK0.950.1900.09
HSL192.05º90.12%47.65%-
HSV(B)192.05º94.81%90.59%-
XYZ32.3541.3981.89-
YUV139.69179.5236.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.79%
GREEN value IS 187 (73.44% from 255) = 43.49%
BLUE value IS 231 (90.62% from 255) = 53.72%
R=2.79%
G=43.49%
B=53.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal121872310.950.1900.09192.0590.1247.65
HexCBBE75F1309c05a30
Octal142733471372301130013260
Binary1100101110111110011110111111001101001110000001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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