Shades of Deep Sky Blue #0CBAFF
Tints of Deep Sky Blue #0CBAFF
RGB
CMYK
RGB Variations
Color information
#0CBAFF (or 0x0CBAFF) is known color: Deep Sky Blue. HEX triplet: 0C, BA and FF. RGB value is (12,186,255). Sum of RGB (Red+Green+Blue) = 12+186+255=453 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CBAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBAFF is #F34500. Grayscale: #8D8D8D. Windows color (decimal): -15942913 or 16759308. OLE color: 16759308.
HSL color Cylindrical-coordinate representation of color #0CBAFF: hue angle of 197.04º 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 #0CBAFF is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 186 | 255 | - |
| CMYK | 0.95 | 0.27 | 0 | 0 |
| HSL | 197.04º | 1% | 0.52% | - |
| HSV(B) | 197.04º | 0.95% | 1% | - |
| XYZ | 35.76 | 42.42 | 100.91 | - |
| YUV | 141.84 | 191.85 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 255 | 0.95 | 0.27 | 0 | 0 | 197.04 | 1 | 0.52 |
| Hex | C | BA | FF | 5F | 1B | 0 | 0 | C5 | 64 | 34 |
| Octal | 14 | 272 | 377 | 137 | 33 | 0 | 0 | 305 | 144 | 64 |
| Binary | 1100 | 10111010 | 11111111 | 1011111 | 11011 | 0 | 0 | 11000101 | 1100100 | 110100 |
Color Harmonies of #0CBAFF
Complementary color
Monochromatic Colors of #0CBAFF
Black with #0CBAFF
Text Example
Text Example
White with #0CBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBAFF; }
p { color: rgb(12,186,255); }
H1.HeaderClassName
{
color: #0CBAFF;
}
.AnyTagClassName
{
color: #0CBAFF;
}
</style>
background-color css
<style>
a { background-color: #0CBAFF; }
a { background-color: rgb(12,186,255); }
div.DivClassName
{
background-color: #0CBAFF;
}
.BgClassName
{
background-color: #0CBAFF;
}
</style>
border-color css
<style>
span { border-color: #0CBAFF; }
span { border-color: rgb(12,186,255); }
td.TdClassName
{
border-color: #0CBAFF;
}
.TagClassName
{
border-color: #0CBAFF;
}
</style>