Shades of Deep Sky Blue #0CBAEB
Tints of Deep Sky Blue #0CBAEB
RGB
CMYK
RGB Variations
Color information
#0CBAEB (or 0x0CBAEB) is known color: Deep Sky Blue. HEX triplet: 0C, BA and EB. RGB value is (12,186,235). Sum of RGB (Red+Green+Blue) = 12+186+235=433 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.77% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CBAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBAEB is #F34514. Grayscale: #8B8B8B. Windows color (decimal): -15942933 or 15448588. OLE color: 15448588.
HSL color Cylindrical-coordinate representation of color #0CBAEB: hue angle of 193.18º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBAEB is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 186 | 235 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.08 |
| HSL | 193.18º | 0.9% | 0.48% | - |
| HSV(B) | 193.18º | 0.95% | 0.92% | - |
| XYZ | 32.71 | 41.19 | 84.82 | - |
| YUV | 139.56 | 181.85 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 235 | 0.95 | 0.21 | 0 | 0.08 | 193.18 | 0.9 | 0.48 |
| Hex | C | BA | EB | 5F | 15 | 0 | 8 | C1 | 5A | 30 |
| Octal | 14 | 272 | 353 | 137 | 25 | 0 | 10 | 301 | 132 | 60 |
| Binary | 1100 | 10111010 | 11101011 | 1011111 | 10101 | 0 | 1000 | 11000001 | 1011010 | 110000 |
Color Harmonies of #0CBAEB
Complementary color
Monochromatic Colors of #0CBAEB
Black with #0CBAEB
Text Example
Text Example
White with #0CBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBAEB; }
p { color: rgb(12,186,235); }
H1.HeaderClassName
{
color: #0CBAEB;
}
.AnyTagClassName
{
color: #0CBAEB;
}
</style>
background-color css
<style>
a { background-color: #0CBAEB; }
a { background-color: rgb(12,186,235); }
div.DivClassName
{
background-color: #0CBAEB;
}
.BgClassName
{
background-color: #0CBAEB;
}
</style>
border-color css
<style>
span { border-color: #0CBAEB; }
span { border-color: rgb(12,186,235); }
td.TdClassName
{
border-color: #0CBAEB;
}
.TagClassName
{
border-color: #0CBAEB;
}
</style>