Shades of Deep Sky Blue #0CBEE8
Tints of Deep Sky Blue #0CBEE8
RGB
CMYK
RGB Variations
Color information
#0CBEE8 (or 0x0CBEE8) is known color: Deep Sky Blue. HEX triplet: 0C, BE and E8. RGB value is (12,190,232). Sum of RGB (Red+Green+Blue) = 12+190+232=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 232 (91.02% from 255 or 53.46% from 434); Max value from RGB is 232 - color contains mainly: blue. Hex color #0CBEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBEE8 is #F34117. Grayscale: #8D8D8D. Windows color (decimal): -15941912 or 15253004. OLE color: 15253004.
HSL color Cylindrical-coordinate representation of color #0CBEE8: hue angle of 191.45º 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 #0CBEE8 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 190 | 232 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.09 |
| HSL | 191.45º | 0.9% | 0.48% | - |
| HSV(B) | 191.45º | 0.95% | 0.91% | - |
| XYZ | 33.13 | 42.73 | 82.85 | - |
| YUV | 141.57 | 179.03 | 35.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 232 | 0.95 | 0.18 | 0 | 0.09 | 191.45 | 0.9 | 0.48 |
| Hex | C | BE | E8 | 5F | 12 | 0 | 9 | BF | 5A | 30 |
| Octal | 14 | 276 | 350 | 137 | 22 | 0 | 11 | 277 | 132 | 60 |
| Binary | 1100 | 10111110 | 11101000 | 1011111 | 10010 | 0 | 1001 | 10111111 | 1011010 | 110000 |
Color Harmonies of #0CBEE8
Complementary color
Monochromatic Colors of #0CBEE8
Black with #0CBEE8
Text Example
Text Example
White with #0CBEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBEE8; }
p { color: rgb(12,190,232); }
H1.HeaderClassName
{
color: #0CBEE8;
}
.AnyTagClassName
{
color: #0CBEE8;
}
</style>
background-color css
<style>
a { background-color: #0CBEE8; }
a { background-color: rgb(12,190,232); }
div.DivClassName
{
background-color: #0CBEE8;
}
.BgClassName
{
background-color: #0CBEE8;
}
</style>
border-color css
<style>
span { border-color: #0CBEE8; }
span { border-color: rgb(12,190,232); }
td.TdClassName
{
border-color: #0CBEE8;
}
.TagClassName
{
border-color: #0CBEE8;
}
</style>