Shades of Deep Sky Blue #0FBAFD
Tints of Deep Sky Blue #0FBAFD
RGB
CMYK
RGB Variations
Color information
#0FBAFD (or 0x0FBAFD) is known color: Deep Sky Blue. HEX triplet: 0F, BA and FD. RGB value is (15,186,253). Sum of RGB (Red+Green+Blue) = 15+186+253=454 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FBAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBAFD is #F04502. Grayscale: #8E8E8E. Windows color (decimal): -15746307 or 16628239. OLE color: 16628239.
HSL color Cylindrical-coordinate representation of color #0FBAFD: hue angle of 196.89º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBAFD is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 186 | 253 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.01 |
| HSL | 196.89º | 0.98% | 0.53% | - |
| HSV(B) | 196.89º | 0.94% | 0.99% | - |
| XYZ | 35.49 | 42.31 | 99.23 | - |
| YUV | 142.51 | 190.35 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 253 | 0.94 | 0.26 | 0 | 0.01 | 196.89 | 0.98 | 0.53 |
| Hex | F | BA | FD | 5E | 1A | 0 | 1 | C5 | 62 | 35 |
| Octal | 17 | 272 | 375 | 136 | 32 | 0 | 1 | 305 | 142 | 65 |
| Binary | 1111 | 10111010 | 11111101 | 1011110 | 11010 | 0 | 1 | 11000101 | 1100010 | 110101 |
Color Harmonies of #0FBAFD
Complementary color
Monochromatic Colors of #0FBAFD
Black with #0FBAFD
Text Example
Text Example
White with #0FBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBAFD; }
p { color: rgb(15,186,253); }
H1.HeaderClassName
{
color: #0FBAFD;
}
.AnyTagClassName
{
color: #0FBAFD;
}
</style>
background-color css
<style>
a { background-color: #0FBAFD; }
a { background-color: rgb(15,186,253); }
div.DivClassName
{
background-color: #0FBAFD;
}
.BgClassName
{
background-color: #0FBAFD;
}
</style>
border-color css
<style>
span { border-color: #0FBAFD; }
span { border-color: rgb(15,186,253); }
td.TdClassName
{
border-color: #0FBAFD;
}
.TagClassName
{
border-color: #0FBAFD;
}
</style>