Shades of Deep Sky Blue #0CBDFE
Tints of Deep Sky Blue #0CBDFE
RGB
CMYK
RGB Variations
Color information
#0CBDFE (or 0x0CBDFE) is known color: Deep Sky Blue. HEX triplet: 0C, BD and FE. RGB value is (12,189,254). Sum of RGB (Red+Green+Blue) = 12+189+254=455 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CBDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBDFE is #F34201. Grayscale: #8F8F8F. Windows color (decimal): -15942146 or 16694540. OLE color: 16694540.
HSL color Cylindrical-coordinate representation of color #0CBDFE: hue angle of 196.12º 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 #0CBDFE is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 189 | 254 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.00 |
| HSL | 196.12º | 0.99% | 0.52% | - |
| HSV(B) | 196.12º | 0.95% | 1% | - |
| XYZ | 36.24 | 43.63 | 100.28 | - |
| YUV | 143.49 | 190.36 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 254 | 0.95 | 0.26 | 0 | 0.00 | 196.12 | 0.99 | 0.52 |
| Hex | C | BD | FE | 5F | 1A | 0 | 0 | C4 | 63 | 34 |
| Octal | 14 | 275 | 376 | 137 | 32 | 0 | 0 | 304 | 143 | 64 |
| Binary | 1100 | 10111101 | 11111110 | 1011111 | 11010 | 0 | 0 | 11000100 | 1100011 | 110100 |
Color Harmonies of #0CBDFE
Complementary color
Monochromatic Colors of #0CBDFE
Black with #0CBDFE
Text Example
Text Example
White with #0CBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDFE; }
p { color: rgb(12,189,254); }
H1.HeaderClassName
{
color: #0CBDFE;
}
.AnyTagClassName
{
color: #0CBDFE;
}
</style>
background-color css
<style>
a { background-color: #0CBDFE; }
a { background-color: rgb(12,189,254); }
div.DivClassName
{
background-color: #0CBDFE;
}
.BgClassName
{
background-color: #0CBDFE;
}
</style>
border-color css
<style>
span { border-color: #0CBDFE; }
span { border-color: rgb(12,189,254); }
td.TdClassName
{
border-color: #0CBDFE;
}
.TagClassName
{
border-color: #0CBDFE;
}
</style>