Shades of Deep Sky Blue #0FBBFF
Tints of Deep Sky Blue #0FBBFF
RGB
CMYK
RGB Variations
Color information
#0FBBFF (or 0x0FBBFF) is known color: Deep Sky Blue. HEX triplet: 0F, BB and FF. RGB value is (15,187,255). Sum of RGB (Red+Green+Blue) = 15+187+255=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FBBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBBFF is #F04400. Grayscale: #8E8E8E. Windows color (decimal): -15746049 or 16759567. OLE color: 16759567.
HSL color Cylindrical-coordinate representation of color #0FBBFF: hue angle of 197º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBBFF is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 187 | 255 | - |
| CMYK | 0.94 | 0.27 | 0 | 0 |
| HSL | 197º | 1% | 0.53% | - |
| HSV(B) | 197º | 0.94% | 1% | - |
| XYZ | 36.02 | 42.86 | 100.98 | - |
| YUV | 143.32 | 191.02 | 36.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 255 | 0.94 | 0.27 | 0 | 0 | 197 | 1 | 0.53 |
| Hex | F | BB | FF | 5E | 1B | 0 | 0 | C5 | 64 | 35 |
| Octal | 17 | 273 | 377 | 136 | 33 | 0 | 0 | 305 | 144 | 65 |
| Binary | 1111 | 10111011 | 11111111 | 1011110 | 11011 | 0 | 0 | 11000101 | 1100100 | 110101 |
Color Harmonies of #0FBBFF
Complementary color
Monochromatic Colors of #0FBBFF
Black with #0FBBFF
Text Example
Text Example
White with #0FBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBBFF; }
p { color: rgb(15,187,255); }
H1.HeaderClassName
{
color: #0FBBFF;
}
.AnyTagClassName
{
color: #0FBBFF;
}
</style>
background-color css
<style>
a { background-color: #0FBBFF; }
a { background-color: rgb(15,187,255); }
div.DivClassName
{
background-color: #0FBBFF;
}
.BgClassName
{
background-color: #0FBBFF;
}
</style>
border-color css
<style>
span { border-color: #0FBBFF; }
span { border-color: rgb(15,187,255); }
td.TdClassName
{
border-color: #0FBBFF;
}
.TagClassName
{
border-color: #0FBBFF;
}
</style>