Shades of Deep Sky Blue #0FAFFB
Tints of Deep Sky Blue #0FAFFB
RGB
CMYK
RGB Variations
Color information
#0FAFFB (or 0x0FAFFB) is known color: Deep Sky Blue. HEX triplet: 0F, AF and FB. RGB value is (15,175,251). Sum of RGB (Red+Green+Blue) = 15+175+251=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #0FAFFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAFFB is #F05004. Grayscale: #878787. Windows color (decimal): -15749125 or 16494351. OLE color: 16494351.
HSL color Cylindrical-coordinate representation of color #0FAFFB: hue angle of 199.32º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAFFB is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 175 | 251 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.02 |
| HSL | 199.32º | 0.97% | 0.52% | - |
| HSV(B) | 199.32º | 0.94% | 0.98% | - |
| XYZ | 32.94 | 37.73 | 96.81 | - |
| YUV | 135.82 | 192.99 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 251 | 0.94 | 0.30 | 0 | 0.02 | 199.32 | 0.97 | 0.52 |
| Hex | F | AF | FB | 5E | 1E | 0 | 2 | C7 | 61 | 34 |
| Octal | 17 | 257 | 373 | 136 | 36 | 0 | 2 | 307 | 141 | 64 |
| Binary | 1111 | 10101111 | 11111011 | 1011110 | 11110 | 0 | 10 | 11000111 | 1100001 | 110100 |
Color Harmonies of #0FAFFB
Complementary color
Monochromatic Colors of #0FAFFB
Black with #0FAFFB
Text Example
Text Example
White with #0FAFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAFFB; }
p { color: rgb(15,175,251); }
H1.HeaderClassName
{
color: #0FAFFB;
}
.AnyTagClassName
{
color: #0FAFFB;
}
</style>
background-color css
<style>
a { background-color: #0FAFFB; }
a { background-color: rgb(15,175,251); }
div.DivClassName
{
background-color: #0FAFFB;
}
.BgClassName
{
background-color: #0FAFFB;
}
</style>
border-color css
<style>
span { border-color: #0FAFFB; }
span { border-color: rgb(15,175,251); }
td.TdClassName
{
border-color: #0FAFFB;
}
.TagClassName
{
border-color: #0FAFFB;
}
</style>