Shades of Deep Sky Blue #0CB0F8
Tints of Deep Sky Blue #0CB0F8
RGB
CMYK
RGB Variations
Color information
#0CB0F8 (or 0x0CB0F8) is known color: Deep Sky Blue. HEX triplet: 0C, B0 and F8. RGB value is (12,176,248). Sum of RGB (Red+Green+Blue) = 12+176+248=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #0CB0F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CB0F8 is #F34F07. Grayscale: #868686. Windows color (decimal): -15945480 or 16297996. OLE color: 16297996.
HSL color Cylindrical-coordinate representation of color #0CB0F8: hue angle of 198.31º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CB0F8 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 12 | 176 | 248 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.03 |
| HSL | 198.31º | 0.94% | 0.51% | - |
| HSV(B) | 198.31º | 0.95% | 0.97% | - |
| XYZ | 32.62 | 37.91 | 94.4 | - |
| YUV | 135.17 | 191.67 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 176 | 248 | 0.95 | 0.29 | 0 | 0.03 | 198.31 | 0.94 | 0.51 |
| Hex | C | B0 | F8 | 5F | 1D | 0 | 3 | C6 | 5E | 33 |
| Octal | 14 | 260 | 370 | 137 | 35 | 0 | 3 | 306 | 136 | 63 |
| Binary | 1100 | 10110000 | 11111000 | 1011111 | 11101 | 0 | 11 | 11000110 | 1011110 | 110011 |
Color Harmonies of #0CB0F8
Complementary color
Monochromatic Colors of #0CB0F8
Black with #0CB0F8
Text Example
Text Example
White with #0CB0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB0F8; }
p { color: rgb(12,176,248); }
H1.HeaderClassName
{
color: #0CB0F8;
}
.AnyTagClassName
{
color: #0CB0F8;
}
</style>
background-color css
<style>
a { background-color: #0CB0F8; }
a { background-color: rgb(12,176,248); }
div.DivClassName
{
background-color: #0CB0F8;
}
.BgClassName
{
background-color: #0CB0F8;
}
</style>
border-color css
<style>
span { border-color: #0CB0F8; }
span { border-color: rgb(12,176,248); }
td.TdClassName
{
border-color: #0CB0F8;
}
.TagClassName
{
border-color: #0CB0F8;
}
</style>