Shades of Deep Sky Blue #0FBBFE
Tints of Deep Sky Blue #0FBBFE
RGB
CMYK
RGB Variations
Color information
#0FBBFE (or 0x0FBBFE) is known color: Deep Sky Blue. HEX triplet: 0F, BB and FE. RGB value is (15,187,254). Sum of RGB (Red+Green+Blue) = 15+187+254=456 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.29% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FBBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBBFE is #F04401. Grayscale: #8E8E8E. Windows color (decimal): -15746050 or 16694031. OLE color: 16694031.
HSL color Cylindrical-coordinate representation of color #0FBBFE: hue angle of 196.82º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBBFE is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 187 | 254 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.00 |
| HSL | 196.82º | 0.99% | 0.53% | - |
| HSV(B) | 196.82º | 0.94% | 1% | - |
| XYZ | 35.86 | 42.8 | 100.14 | - |
| YUV | 143.21 | 190.52 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 254 | 0.94 | 0.26 | 0 | 0.00 | 196.82 | 0.99 | 0.53 |
| Hex | F | BB | FE | 5E | 1A | 0 | 0 | C5 | 63 | 35 |
| Octal | 17 | 273 | 376 | 136 | 32 | 0 | 0 | 305 | 143 | 65 |
| Binary | 1111 | 10111011 | 11111110 | 1011110 | 11010 | 0 | 0 | 11000101 | 1100011 | 110101 |
Color Harmonies of #0FBBFE
Complementary color
Monochromatic Colors of #0FBBFE
Black with #0FBBFE
Text Example
Text Example
White with #0FBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBBFE; }
p { color: rgb(15,187,254); }
H1.HeaderClassName
{
color: #0FBBFE;
}
.AnyTagClassName
{
color: #0FBBFE;
}
</style>
background-color css
<style>
a { background-color: #0FBBFE; }
a { background-color: rgb(15,187,254); }
div.DivClassName
{
background-color: #0FBBFE;
}
.BgClassName
{
background-color: #0FBBFE;
}
</style>
border-color css
<style>
span { border-color: #0FBBFE; }
span { border-color: rgb(15,187,254); }
td.TdClassName
{
border-color: #0FBBFE;
}
.TagClassName
{
border-color: #0FBBFE;
}
</style>