Shades of Deep Sky Blue #0FBBEC
Tints of Deep Sky Blue #0FBBEC
RGB
CMYK
RGB Variations
Color information
#0FBBEC (or 0x0FBBEC) is known color: Deep Sky Blue. HEX triplet: 0F, BB and EC. RGB value is (15,187,236). Sum of RGB (Red+Green+Blue) = 15+187+236=438 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #0FBBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBBEC is #F04413. Grayscale: #8C8C8C. Windows color (decimal): -15746068 or 15514383. OLE color: 15514383.
HSL color Cylindrical-coordinate representation of color #0FBBEC: hue angle of 193.3º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBBEC is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 187 | 236 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.07 |
| HSL | 193.3º | 0.88% | 0.49% | - |
| HSV(B) | 193.3º | 0.94% | 0.93% | - |
| XYZ | 33.11 | 41.7 | 85.66 | - |
| YUV | 141.16 | 181.52 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 236 | 0.94 | 0.21 | 0 | 0.07 | 193.3 | 0.88 | 0.49 |
| Hex | F | BB | EC | 5E | 15 | 0 | 7 | C1 | 58 | 31 |
| Octal | 17 | 273 | 354 | 136 | 25 | 0 | 7 | 301 | 130 | 61 |
| Binary | 1111 | 10111011 | 11101100 | 1011110 | 10101 | 0 | 111 | 11000001 | 1011000 | 110001 |
Color Harmonies of #0FBBEC
Complementary color
Monochromatic Colors of #0FBBEC
Black with #0FBBEC
Text Example
Text Example
White with #0FBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBBEC; }
p { color: rgb(15,187,236); }
H1.HeaderClassName
{
color: #0FBBEC;
}
.AnyTagClassName
{
color: #0FBBEC;
}
</style>
background-color css
<style>
a { background-color: #0FBBEC; }
a { background-color: rgb(15,187,236); }
div.DivClassName
{
background-color: #0FBBEC;
}
.BgClassName
{
background-color: #0FBBEC;
}
</style>
border-color css
<style>
span { border-color: #0FBBEC; }
span { border-color: rgb(15,187,236); }
td.TdClassName
{
border-color: #0FBBEC;
}
.TagClassName
{
border-color: #0FBBEC;
}
</style>