Shades of Deep Sky Blue #0FBBEA
Tints of Deep Sky Blue #0FBBEA
RGB
CMYK
RGB Variations
Color information
#0FBBEA (or 0x0FBBEA) is known color: Deep Sky Blue. HEX triplet: 0F, BB and EA. RGB value is (15,187,234). Sum of RGB (Red+Green+Blue) = 15+187+234=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FBBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBBEA is #F04415. Grayscale: #8C8C8C. Windows color (decimal): -15746070 or 15383311. OLE color: 15383311.
HSL color Cylindrical-coordinate representation of color #0FBBEA: hue angle of 192.88º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBBEA is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 187 | 234 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.08 |
| HSL | 192.88º | 0.88% | 0.49% | - |
| HSV(B) | 192.88º | 0.94% | 0.92% | - |
| XYZ | 32.82 | 41.58 | 84.14 | - |
| YUV | 140.93 | 180.52 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 234 | 0.94 | 0.20 | 0 | 0.08 | 192.88 | 0.88 | 0.49 |
| Hex | F | BB | EA | 5E | 14 | 0 | 8 | C1 | 58 | 31 |
| Octal | 17 | 273 | 352 | 136 | 24 | 0 | 10 | 301 | 130 | 61 |
| Binary | 1111 | 10111011 | 11101010 | 1011110 | 10100 | 0 | 1000 | 11000001 | 1011000 | 110001 |
Color Harmonies of #0FBBEA
Complementary color
Monochromatic Colors of #0FBBEA
Black with #0FBBEA
Text Example
Text Example
White with #0FBBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBBEA; }
p { color: rgb(15,187,234); }
H1.HeaderClassName
{
color: #0FBBEA;
}
.AnyTagClassName
{
color: #0FBBEA;
}
</style>
background-color css
<style>
a { background-color: #0FBBEA; }
a { background-color: rgb(15,187,234); }
div.DivClassName
{
background-color: #0FBBEA;
}
.BgClassName
{
background-color: #0FBBEA;
}
</style>
border-color css
<style>
span { border-color: #0FBBEA; }
span { border-color: rgb(15,187,234); }
td.TdClassName
{
border-color: #0FBBEA;
}
.TagClassName
{
border-color: #0FBBEA;
}
</style>