Shades of Deep Sky Blue #0CBBE6
Tints of Deep Sky Blue #0CBBE6
RGB
CMYK
RGB Variations
Color information
#0CBBE6 (or 0x0CBBE6) is known color: Deep Sky Blue. HEX triplet: 0C, BB and E6. RGB value is (12,187,230). Sum of RGB (Red+Green+Blue) = 12+187+230=429 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.80% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #0CBBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBBE6 is #F34419. Grayscale: #8B8B8B. Windows color (decimal): -15942682 or 15121164. OLE color: 15121164.
HSL color Cylindrical-coordinate representation of color #0CBBE6: hue angle of 191.83º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBBE6 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 187 | 230 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.10 |
| HSL | 191.83º | 0.9% | 0.47% | - |
| HSV(B) | 191.83º | 0.95% | 0.9% | - |
| XYZ | 32.2 | 41.33 | 81.14 | - |
| YUV | 139.58 | 179.02 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 187 | 230 | 0.95 | 0.19 | 0 | 0.10 | 191.83 | 0.9 | 0.47 |
| Hex | C | BB | E6 | 5F | 13 | 0 | A | C0 | 5A | 2F |
| Octal | 14 | 273 | 346 | 137 | 23 | 0 | 12 | 300 | 132 | 57 |
| Binary | 1100 | 10111011 | 11100110 | 1011111 | 10011 | 0 | 1010 | 11000000 | 1011010 | 101111 |
Color Harmonies of #0CBBE6
Complementary color
Monochromatic Colors of #0CBBE6
Black with #0CBBE6
Text Example
Text Example
White with #0CBBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBBE6; }
p { color: rgb(12,187,230); }
H1.HeaderClassName
{
color: #0CBBE6;
}
.AnyTagClassName
{
color: #0CBBE6;
}
</style>
background-color css
<style>
a { background-color: #0CBBE6; }
a { background-color: rgb(12,187,230); }
div.DivClassName
{
background-color: #0CBBE6;
}
.BgClassName
{
background-color: #0CBBE6;
}
</style>
border-color css
<style>
span { border-color: #0CBBE6; }
span { border-color: rgb(12,187,230); }
td.TdClassName
{
border-color: #0CBBE6;
}
.TagClassName
{
border-color: #0CBBE6;
}
</style>