Shades of Deep Sky Blue #0CB9FB
Tints of Deep Sky Blue #0CB9FB
RGB
CMYK
RGB Variations
Color information
#0CB9FB (or 0x0CB9FB) is known color: Deep Sky Blue. HEX triplet: 0C, B9 and FB. RGB value is (12,185,251). Sum of RGB (Red+Green+Blue) = 12+185+251=448 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.68% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #0CB9FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CB9FB is #F34604. Grayscale: #8C8C8C. Windows color (decimal): -15943173 or 16496908. OLE color: 16496908.
HSL color Cylindrical-coordinate representation of color #0CB9FB: hue angle of 196.57º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CB9FB is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 185 | 251 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.02 |
| HSL | 196.57º | 0.97% | 0.52% | - |
| HSV(B) | 196.57º | 0.95% | 0.98% | - |
| XYZ | 34.91 | 41.74 | 97.48 | - |
| YUV | 140.8 | 190.19 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 185 | 251 | 0.95 | 0.26 | 0 | 0.02 | 196.57 | 0.97 | 0.52 |
| Hex | C | B9 | FB | 5F | 1A | 0 | 2 | C5 | 61 | 34 |
| Octal | 14 | 271 | 373 | 137 | 32 | 0 | 2 | 305 | 141 | 64 |
| Binary | 1100 | 10111001 | 11111011 | 1011111 | 11010 | 0 | 10 | 11000101 | 1100001 | 110100 |
Color Harmonies of #0CB9FB
Complementary color
Monochromatic Colors of #0CB9FB
Black with #0CB9FB
Text Example
Text Example
White with #0CB9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB9FB; }
p { color: rgb(12,185,251); }
H1.HeaderClassName
{
color: #0CB9FB;
}
.AnyTagClassName
{
color: #0CB9FB;
}
</style>
background-color css
<style>
a { background-color: #0CB9FB; }
a { background-color: rgb(12,185,251); }
div.DivClassName
{
background-color: #0CB9FB;
}
.BgClassName
{
background-color: #0CB9FB;
}
</style>
border-color css
<style>
span { border-color: #0CB9FB; }
span { border-color: rgb(12,185,251); }
td.TdClassName
{
border-color: #0CB9FB;
}
.TagClassName
{
border-color: #0CB9FB;
}
</style>