Shades of Deep Sky Blue #0FBAFF
Tints of Deep Sky Blue #0FBAFF
RGB
CMYK
RGB Variations
Color information
#0FBAFF (or 0x0FBAFF) is known color: Deep Sky Blue. HEX triplet: 0F, BA and FF. RGB value is (15,186,255). Sum of RGB (Red+Green+Blue) = 15+186+255=456 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.29% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FBAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBAFF is #F04500. Grayscale: #8E8E8E. Windows color (decimal): -15746305 or 16759311. OLE color: 16759311.
HSL color Cylindrical-coordinate representation of color #0FBAFF: hue angle of 197.25º 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 #0FBAFF is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 186 | 255 | - |
| CMYK | 0.94 | 0.27 | 0 | 0 |
| HSL | 197.25º | 1% | 0.53% | - |
| HSV(B) | 197.25º | 0.94% | 1% | - |
| XYZ | 35.81 | 42.44 | 100.91 | - |
| YUV | 142.74 | 191.35 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 255 | 0.94 | 0.27 | 0 | 0 | 197.25 | 1 | 0.53 |
| Hex | F | BA | FF | 5E | 1B | 0 | 0 | C5 | 64 | 35 |
| Octal | 17 | 272 | 377 | 136 | 33 | 0 | 0 | 305 | 144 | 65 |
| Binary | 1111 | 10111010 | 11111111 | 1011110 | 11011 | 0 | 0 | 11000101 | 1100100 | 110101 |
Color Harmonies of #0FBAFF
Complementary color
Monochromatic Colors of #0FBAFF
Black with #0FBAFF
Text Example
Text Example
White with #0FBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBAFF; }
p { color: rgb(15,186,255); }
H1.HeaderClassName
{
color: #0FBAFF;
}
.AnyTagClassName
{
color: #0FBAFF;
}
</style>
background-color css
<style>
a { background-color: #0FBAFF; }
a { background-color: rgb(15,186,255); }
div.DivClassName
{
background-color: #0FBAFF;
}
.BgClassName
{
background-color: #0FBAFF;
}
</style>
border-color css
<style>
span { border-color: #0FBAFF; }
span { border-color: rgb(15,186,255); }
td.TdClassName
{
border-color: #0FBAFF;
}
.TagClassName
{
border-color: #0FBAFF;
}
</style>