Shades of Deep Sky Blue #0CBBFF
Tints of Deep Sky Blue #0CBBFF
RGB
CMYK
RGB Variations
Color information
#0CBBFF (or 0x0CBBFF) is known color: Deep Sky Blue. HEX triplet: 0C, BB and FF. RGB value is (12,187,255). Sum of RGB (Red+Green+Blue) = 12+187+255=454 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CBBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBBFF is #F34400. Grayscale: #8D8D8D. Windows color (decimal): -15942657 or 16759564. OLE color: 16759564.
HSL color Cylindrical-coordinate representation of color #0CBBFF: hue angle of 196.79º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBBFF is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 187 | 255 | - |
| CMYK | 0.95 | 0.27 | 0 | 0 |
| HSL | 196.79º | 1% | 0.52% | - |
| HSV(B) | 196.79º | 0.95% | 1% | - |
| XYZ | 35.97 | 42.84 | 100.98 | - |
| YUV | 142.43 | 191.52 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 187 | 255 | 0.95 | 0.27 | 0 | 0 | 196.79 | 1 | 0.52 |
| Hex | C | BB | FF | 5F | 1B | 0 | 0 | C5 | 64 | 34 |
| Octal | 14 | 273 | 377 | 137 | 33 | 0 | 0 | 305 | 144 | 64 |
| Binary | 1100 | 10111011 | 11111111 | 1011111 | 11011 | 0 | 0 | 11000101 | 1100100 | 110100 |
Color Harmonies of #0CBBFF
Complementary color
Monochromatic Colors of #0CBBFF
Black with #0CBBFF
Text Example
Text Example
White with #0CBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBBFF; }
p { color: rgb(12,187,255); }
H1.HeaderClassName
{
color: #0CBBFF;
}
.AnyTagClassName
{
color: #0CBBFF;
}
</style>
background-color css
<style>
a { background-color: #0CBBFF; }
a { background-color: rgb(12,187,255); }
div.DivClassName
{
background-color: #0CBBFF;
}
.BgClassName
{
background-color: #0CBBFF;
}
</style>
border-color css
<style>
span { border-color: #0CBBFF; }
span { border-color: rgb(12,187,255); }
td.TdClassName
{
border-color: #0CBBFF;
}
.TagClassName
{
border-color: #0CBBFF;
}
</style>