Shades of Deep Sky Blue #0FBFEB
Tints of Deep Sky Blue #0FBFEB
RGB
CMYK
RGB Variations
Color information
#0FBFEB (or 0x0FBFEB) is known color: Deep Sky Blue. HEX triplet: 0F, BF and EB. RGB value is (15,191,235). Sum of RGB (Red+Green+Blue) = 15+191+235=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FBFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBFEB is #F04014. Grayscale: #8F8F8F. Windows color (decimal): -15745045 or 15449871. OLE color: 15449871.
HSL color Cylindrical-coordinate representation of color #0FBFEB: hue angle of 192º 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 #0FBFEB is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 191 | 235 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.08 |
| HSL | 192º | 0.88% | 0.49% | - |
| HSV(B) | 192º | 0.94% | 0.92% | - |
| XYZ | 33.82 | 43.36 | 85.18 | - |
| YUV | 143.39 | 179.69 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 235 | 0.94 | 0.19 | 0 | 0.08 | 192 | 0.88 | 0.49 |
| Hex | F | BF | EB | 5E | 13 | 0 | 8 | C0 | 58 | 31 |
| Octal | 17 | 277 | 353 | 136 | 23 | 0 | 10 | 300 | 130 | 61 |
| Binary | 1111 | 10111111 | 11101011 | 1011110 | 10011 | 0 | 1000 | 11000000 | 1011000 | 110001 |
Color Harmonies of #0FBFEB
Complementary color
Monochromatic Colors of #0FBFEB
Black with #0FBFEB
Text Example
Text Example
White with #0FBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBFEB; }
p { color: rgb(15,191,235); }
H1.HeaderClassName
{
color: #0FBFEB;
}
.AnyTagClassName
{
color: #0FBFEB;
}
</style>
background-color css
<style>
a { background-color: #0FBFEB; }
a { background-color: rgb(15,191,235); }
div.DivClassName
{
background-color: #0FBFEB;
}
.BgClassName
{
background-color: #0FBFEB;
}
</style>
border-color css
<style>
span { border-color: #0FBFEB; }
span { border-color: rgb(15,191,235); }
td.TdClassName
{
border-color: #0FBFEB;
}
.TagClassName
{
border-color: #0FBFEB;
}
</style>