Shades of Deep Sky Blue #0FBAE8
Tints of Deep Sky Blue #0FBAE8
RGB
CMYK
RGB Variations
Color information
#0FBAE8 (or 0x0FBAE8) is known color: Deep Sky Blue. HEX triplet: 0F, BA and E8. RGB value is (15,186,232). Sum of RGB (Red+Green+Blue) = 15+186+232=433 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 232 (91.02% from 255 or 53.58% from 433); Max value from RGB is 232 - color contains mainly: blue. Hex color #0FBAE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBAE8 is #F04517. Grayscale: #8B8B8B. Windows color (decimal): -15746328 or 15251983. OLE color: 15251983.
HSL color Cylindrical-coordinate representation of color #0FBAE8: hue angle of 192.72º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBAE8 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 186 | 232 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.09 |
| HSL | 192.72º | 0.88% | 0.48% | - |
| HSV(B) | 192.72º | 0.94% | 0.91% | - |
| XYZ | 32.32 | 41.05 | 82.56 | - |
| YUV | 140.12 | 179.85 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 232 | 0.94 | 0.20 | 0 | 0.09 | 192.72 | 0.88 | 0.48 |
| Hex | F | BA | E8 | 5E | 14 | 0 | 9 | C1 | 58 | 30 |
| Octal | 17 | 272 | 350 | 136 | 24 | 0 | 11 | 301 | 130 | 60 |
| Binary | 1111 | 10111010 | 11101000 | 1011110 | 10100 | 0 | 1001 | 11000001 | 1011000 | 110000 |
Color Harmonies of #0FBAE8
Complementary color
Monochromatic Colors of #0FBAE8
Black with #0FBAE8
Text Example
Text Example
White with #0FBAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBAE8; }
p { color: rgb(15,186,232); }
H1.HeaderClassName
{
color: #0FBAE8;
}
.AnyTagClassName
{
color: #0FBAE8;
}
</style>
background-color css
<style>
a { background-color: #0FBAE8; }
a { background-color: rgb(15,186,232); }
div.DivClassName
{
background-color: #0FBAE8;
}
.BgClassName
{
background-color: #0FBAE8;
}
</style>
border-color css
<style>
span { border-color: #0FBAE8; }
span { border-color: rgb(15,186,232); }
td.TdClassName
{
border-color: #0FBAE8;
}
.TagClassName
{
border-color: #0FBAE8;
}
</style>