Shades of Deep Sky Blue #0FBFE8
Tints of Deep Sky Blue #0FBFE8
RGB
CMYK
RGB Variations
Color information
#0FBFE8 (or 0x0FBFE8) is known color: Deep Sky Blue. HEX triplet: 0F, BF and E8. RGB value is (15,191,232). Sum of RGB (Red+Green+Blue) = 15+191+232=438 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 232 (91.02% from 255 or 52.97% from 438); Max value from RGB is 232 - color contains mainly: blue. Hex color #0FBFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBFE8 is #F04017. Grayscale: #8E8E8E. Windows color (decimal): -15745048 or 15253263. OLE color: 15253263.
HSL color Cylindrical-coordinate representation of color #0FBFE8: hue angle of 191.34º 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 #0FBFE8 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 191 | 232 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.09 |
| HSL | 191.34º | 0.88% | 0.48% | - |
| HSV(B) | 191.34º | 0.94% | 0.91% | - |
| XYZ | 33.39 | 43.19 | 82.92 | - |
| YUV | 143.05 | 178.19 | 36.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 232 | 0.94 | 0.18 | 0 | 0.09 | 191.34 | 0.88 | 0.48 |
| Hex | F | BF | E8 | 5E | 12 | 0 | 9 | BF | 58 | 30 |
| Octal | 17 | 277 | 350 | 136 | 22 | 0 | 11 | 277 | 130 | 60 |
| Binary | 1111 | 10111111 | 11101000 | 1011110 | 10010 | 0 | 1001 | 10111111 | 1011000 | 110000 |
Color Harmonies of #0FBFE8
Complementary color
Monochromatic Colors of #0FBFE8
Black with #0FBFE8
Text Example
Text Example
White with #0FBFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBFE8; }
p { color: rgb(15,191,232); }
H1.HeaderClassName
{
color: #0FBFE8;
}
.AnyTagClassName
{
color: #0FBFE8;
}
</style>
background-color css
<style>
a { background-color: #0FBFE8; }
a { background-color: rgb(15,191,232); }
div.DivClassName
{
background-color: #0FBFE8;
}
.BgClassName
{
background-color: #0FBFE8;
}
</style>
border-color css
<style>
span { border-color: #0FBFE8; }
span { border-color: rgb(15,191,232); }
td.TdClassName
{
border-color: #0FBFE8;
}
.TagClassName
{
border-color: #0FBFE8;
}
</style>