Shades of Deep Sky Blue #0CBAE8
Tints of Deep Sky Blue #0CBAE8
RGB
CMYK
RGB Variations
Color information
#0CBAE8 (or 0x0CBAE8) is known color: Deep Sky Blue. HEX triplet: 0C, BA and E8. RGB value is (12,186,232). Sum of RGB (Red+Green+Blue) = 12+186+232=430 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.79% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 232 (91.02% from 255 or 53.95% from 430); Max value from RGB is 232 - color contains mainly: blue. Hex color #0CBAE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBAE8 is #F34517. Grayscale: #8A8A8A. Windows color (decimal): -15942936 or 15251980. OLE color: 15251980.
HSL color Cylindrical-coordinate representation of color #0CBAE8: hue angle of 192.55º 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 #0CBAE8 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 186 | 232 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.09 |
| HSL | 192.55º | 0.9% | 0.48% | - |
| HSV(B) | 192.55º | 0.95% | 0.91% | - |
| XYZ | 32.28 | 41.02 | 82.56 | - |
| YUV | 139.22 | 180.35 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 232 | 0.95 | 0.20 | 0 | 0.09 | 192.55 | 0.9 | 0.48 |
| Hex | C | BA | E8 | 5F | 14 | 0 | 9 | C1 | 5A | 30 |
| Octal | 14 | 272 | 350 | 137 | 24 | 0 | 11 | 301 | 132 | 60 |
| Binary | 1100 | 10111010 | 11101000 | 1011111 | 10100 | 0 | 1001 | 11000001 | 1011010 | 110000 |
Color Harmonies of #0CBAE8
Complementary color
Monochromatic Colors of #0CBAE8
Black with #0CBAE8
Text Example
Text Example
White with #0CBAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBAE8; }
p { color: rgb(12,186,232); }
H1.HeaderClassName
{
color: #0CBAE8;
}
.AnyTagClassName
{
color: #0CBAE8;
}
</style>
background-color css
<style>
a { background-color: #0CBAE8; }
a { background-color: rgb(12,186,232); }
div.DivClassName
{
background-color: #0CBAE8;
}
.BgClassName
{
background-color: #0CBAE8;
}
</style>
border-color css
<style>
span { border-color: #0CBAE8; }
span { border-color: rgb(12,186,232); }
td.TdClassName
{
border-color: #0CBAE8;
}
.TagClassName
{
border-color: #0CBAE8;
}
</style>