Shades of Deep Sky Blue #0CBAE6
Tints of Deep Sky Blue #0CBAE6
RGB
CMYK
RGB Variations
Color information
#0CBAE6 (or 0x0CBAE6) is known color: Deep Sky Blue. HEX triplet: 0C, BA and E6. RGB value is (12,186,230). Sum of RGB (Red+Green+Blue) = 12+186+230=428 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.80% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 230 (90.23% from 255 or 53.74% from 428); Max value from RGB is 230 - color contains mainly: blue. Hex color #0CBAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBAE6 is #F34519. Grayscale: #8A8A8A. Windows color (decimal): -15942938 or 15120908. OLE color: 15120908.
HSL color Cylindrical-coordinate representation of color #0CBAE6: hue angle of 192.11º 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 #0CBAE6 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 186 | 230 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.10 |
| HSL | 192.11º | 0.9% | 0.47% | - |
| HSV(B) | 192.11º | 0.95% | 0.9% | - |
| XYZ | 31.99 | 40.91 | 81.07 | - |
| YUV | 138.99 | 179.35 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 230 | 0.95 | 0.19 | 0 | 0.10 | 192.11 | 0.9 | 0.47 |
| Hex | C | BA | E6 | 5F | 13 | 0 | A | C0 | 5A | 2F |
| Octal | 14 | 272 | 346 | 137 | 23 | 0 | 12 | 300 | 132 | 57 |
| Binary | 1100 | 10111010 | 11100110 | 1011111 | 10011 | 0 | 1010 | 11000000 | 1011010 | 101111 |
Color Harmonies of #0CBAE6
Complementary color
Monochromatic Colors of #0CBAE6
Black with #0CBAE6
Text Example
Text Example
White with #0CBAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBAE6; }
p { color: rgb(12,186,230); }
H1.HeaderClassName
{
color: #0CBAE6;
}
.AnyTagClassName
{
color: #0CBAE6;
}
</style>
background-color css
<style>
a { background-color: #0CBAE6; }
a { background-color: rgb(12,186,230); }
div.DivClassName
{
background-color: #0CBAE6;
}
.BgClassName
{
background-color: #0CBAE6;
}
</style>
border-color css
<style>
span { border-color: #0CBAE6; }
span { border-color: rgb(12,186,230); }
td.TdClassName
{
border-color: #0CBAE6;
}
.TagClassName
{
border-color: #0CBAE6;
}
</style>