Shades of Deep Sky Blue #0CBCFF
Tints of Deep Sky Blue #0CBCFF
RGB
CMYK
RGB Variations
Color information
#0CBCFF (or 0x0CBCFF) is known color: Deep Sky Blue. HEX triplet: 0C, BC and FF. RGB value is (12,188,255). Sum of RGB (Red+Green+Blue) = 12+188+255=455 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CBCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBCFF is #F34300. Grayscale: #8E8E8E. Windows color (decimal): -15942401 or 16759820. OLE color: 16759820.
HSL color Cylindrical-coordinate representation of color #0CBCFF: hue angle of 196.54º 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 #0CBCFF is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 188 | 255 | - |
| CMYK | 0.95 | 0.26 | 0 | 0 |
| HSL | 196.54º | 1% | 0.52% | - |
| HSV(B) | 196.54º | 0.95% | 1% | - |
| XYZ | 36.18 | 43.26 | 101.05 | - |
| YUV | 143.01 | 191.19 | 34.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 255 | 0.95 | 0.26 | 0 | 0 | 196.54 | 1 | 0.52 |
| Hex | C | BC | FF | 5F | 1A | 0 | 0 | C5 | 64 | 34 |
| Octal | 14 | 274 | 377 | 137 | 32 | 0 | 0 | 305 | 144 | 64 |
| Binary | 1100 | 10111100 | 11111111 | 1011111 | 11010 | 0 | 0 | 11000101 | 1100100 | 110100 |
Color Harmonies of #0CBCFF
Complementary color
Monochromatic Colors of #0CBCFF
Black with #0CBCFF
Text Example
Text Example
White with #0CBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBCFF; }
p { color: rgb(12,188,255); }
H1.HeaderClassName
{
color: #0CBCFF;
}
.AnyTagClassName
{
color: #0CBCFF;
}
</style>
background-color css
<style>
a { background-color: #0CBCFF; }
a { background-color: rgb(12,188,255); }
div.DivClassName
{
background-color: #0CBCFF;
}
.BgClassName
{
background-color: #0CBCFF;
}
</style>
border-color css
<style>
span { border-color: #0CBCFF; }
span { border-color: rgb(12,188,255); }
td.TdClassName
{
border-color: #0CBCFF;
}
.TagClassName
{
border-color: #0CBCFF;
}
</style>