Shades of Deep Sky Blue #0CBBE4
Tints of Deep Sky Blue #0CBBE4
RGB
CMYK
RGB Variations
Color information
#0CBBE4 (or 0x0CBBE4) is known color: Deep Sky Blue. HEX triplet: 0C, BB and E4. RGB value is (12,187,228). Sum of RGB (Red+Green+Blue) = 12+187+228=427 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.81% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 228 (89.45% from 255 or 53.40% from 427); Max value from RGB is 228 - color contains mainly: blue. Hex color #0CBBE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBE4 is #F3441B. Grayscale: #8B8B8B. Windows color (decimal): -15942684 or 14990092. OLE color: 14990092.
HSL color Cylindrical-coordinate representation of color #0CBBE4: hue angle of 191.39º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBBE4 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 187 | 228 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.11 |
| HSL | 191.39º | 0.9% | 0.47% | - |
| HSV(B) | 191.39º | 0.95% | 0.89% | - |
| XYZ | 31.93 | 41.22 | 79.67 | - |
| YUV | 139.35 | 178.02 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 187 | 228 | 0.95 | 0.18 | 0 | 0.11 | 191.39 | 0.9 | 0.47 |
| Hex | C | BB | E4 | 5F | 12 | 0 | B | BF | 5A | 2F |
| Octal | 14 | 273 | 344 | 137 | 22 | 0 | 13 | 277 | 132 | 57 |
| Binary | 1100 | 10111011 | 11100100 | 1011111 | 10010 | 0 | 1011 | 10111111 | 1011010 | 101111 |
Color Harmonies of #0CBBE4
Complementary color
Monochromatic Colors of #0CBBE4
Black with #0CBBE4
Text Example
Text Example
White with #0CBBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBBE4; }
p { color: rgb(12,187,228); }
H1.HeaderClassName
{
color: #0CBBE4;
}
.AnyTagClassName
{
color: #0CBBE4;
}
</style>
background-color css
<style>
a { background-color: #0CBBE4; }
a { background-color: rgb(12,187,228); }
div.DivClassName
{
background-color: #0CBBE4;
}
.BgClassName
{
background-color: #0CBBE4;
}
</style>
border-color css
<style>
span { border-color: #0CBBE4; }
span { border-color: rgb(12,187,228); }
td.TdClassName
{
border-color: #0CBBE4;
}
.TagClassName
{
border-color: #0CBBE4;
}
</style>