Shades of Deep Sky Blue #0CBAEC
Tints of Deep Sky Blue #0CBAEC
RGB
CMYK
RGB Variations
Color information
#0CBAEC (or 0x0CBAEC) is known color: Deep Sky Blue. HEX triplet: 0C, BA and EC. RGB value is (12,186,236). Sum of RGB (Red+Green+Blue) = 12+186+236=434 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #0CBAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBAEC is #F34513. Grayscale: #8B8B8B. Windows color (decimal): -15942932 or 15514124. OLE color: 15514124.
HSL color Cylindrical-coordinate representation of color #0CBAEC: hue angle of 193.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBAEC is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 186 | 236 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.07 |
| HSL | 193.39º | 0.9% | 0.49% | - |
| HSV(B) | 193.39º | 0.95% | 0.93% | - |
| XYZ | 32.85 | 41.25 | 85.59 | - |
| YUV | 139.67 | 182.35 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 236 | 0.95 | 0.21 | 0 | 0.07 | 193.39 | 0.9 | 0.49 |
| Hex | C | BA | EC | 5F | 15 | 0 | 7 | C1 | 5A | 31 |
| Octal | 14 | 272 | 354 | 137 | 25 | 0 | 7 | 301 | 132 | 61 |
| Binary | 1100 | 10111010 | 11101100 | 1011111 | 10101 | 0 | 111 | 11000001 | 1011010 | 110001 |
Color Harmonies of #0CBAEC
Complementary color
Monochromatic Colors of #0CBAEC
Black with #0CBAEC
Text Example
Text Example
White with #0CBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBAEC; }
p { color: rgb(12,186,236); }
H1.HeaderClassName
{
color: #0CBAEC;
}
.AnyTagClassName
{
color: #0CBAEC;
}
</style>
background-color css
<style>
a { background-color: #0CBAEC; }
a { background-color: rgb(12,186,236); }
div.DivClassName
{
background-color: #0CBAEC;
}
.BgClassName
{
background-color: #0CBAEC;
}
</style>
border-color css
<style>
span { border-color: #0CBAEC; }
span { border-color: rgb(12,186,236); }
td.TdClassName
{
border-color: #0CBAEC;
}
.TagClassName
{
border-color: #0CBAEC;
}
</style>