Shades of Deep Sky Blue #0CBCFE
Tints of Deep Sky Blue #0CBCFE
RGB
CMYK
RGB Variations
Color information
#0CBCFE (or 0x0CBCFE) is known color: Deep Sky Blue. HEX triplet: 0C, BC and FE. RGB value is (12,188,254). Sum of RGB (Red+Green+Blue) = 12+188+254=454 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CBCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBCFE is #F34301. Grayscale: #8E8E8E. Windows color (decimal): -15942402 or 16694284. OLE color: 16694284.
HSL color Cylindrical-coordinate representation of color #0CBCFE: hue angle of 196.36º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBCFE is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 188 | 254 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.00 |
| HSL | 196.36º | 0.99% | 0.52% | - |
| HSV(B) | 196.36º | 0.95% | 1% | - |
| XYZ | 36.02 | 43.2 | 100.21 | - |
| YUV | 142.9 | 190.69 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 254 | 0.95 | 0.26 | 0 | 0.00 | 196.36 | 0.99 | 0.52 |
| Hex | C | BC | FE | 5F | 1A | 0 | 0 | C4 | 63 | 34 |
| Octal | 14 | 274 | 376 | 137 | 32 | 0 | 0 | 304 | 143 | 64 |
| Binary | 1100 | 10111100 | 11111110 | 1011111 | 11010 | 0 | 0 | 11000100 | 1100011 | 110100 |
Color Harmonies of #0CBCFE
Complementary color
Monochromatic Colors of #0CBCFE
Black with #0CBCFE
Text Example
Text Example
White with #0CBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBCFE; }
p { color: rgb(12,188,254); }
H1.HeaderClassName
{
color: #0CBCFE;
}
.AnyTagClassName
{
color: #0CBCFE;
}
</style>
background-color css
<style>
a { background-color: #0CBCFE; }
a { background-color: rgb(12,188,254); }
div.DivClassName
{
background-color: #0CBCFE;
}
.BgClassName
{
background-color: #0CBCFE;
}
</style>
border-color css
<style>
span { border-color: #0CBCFE; }
span { border-color: rgb(12,188,254); }
td.TdClassName
{
border-color: #0CBCFE;
}
.TagClassName
{
border-color: #0CBCFE;
}
</style>