Shades of Deep Sky Blue #0FADF6
Tints of Deep Sky Blue #0FADF6
RGB
CMYK
RGB Variations
Color information
#0FADF6 (or 0x0FADF6) is known color: Deep Sky Blue. HEX triplet: 0F, AD and F6. RGB value is (15,173,246). Sum of RGB (Red+Green+Blue) = 15+173+246=434 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 246 (96.48% from 255 or 56.68% from 434); Max value from RGB is 246 - color contains mainly: blue. Hex color #0FADF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FADF6 is #F05209. Grayscale: #858585. Windows color (decimal): -15749642 or 16166159. OLE color: 16166159.
HSL color Cylindrical-coordinate representation of color #0FADF6: hue angle of 198.96º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FADF6 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 173 | 246 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.04 |
| HSL | 198.96º | 0.93% | 0.51% | - |
| HSV(B) | 198.96º | 0.94% | 0.96% | - |
| XYZ | 31.78 | 36.64 | 92.59 | - |
| YUV | 134.08 | 191.15 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 246 | 0.94 | 0.30 | 0 | 0.04 | 198.96 | 0.93 | 0.51 |
| Hex | F | AD | F6 | 5E | 1E | 0 | 4 | C7 | 5D | 33 |
| Octal | 17 | 255 | 366 | 136 | 36 | 0 | 4 | 307 | 135 | 63 |
| Binary | 1111 | 10101101 | 11110110 | 1011110 | 11110 | 0 | 100 | 11000111 | 1011101 | 110011 |
Color Harmonies of #0FADF6
Complementary color
Monochromatic Colors of #0FADF6
Black with #0FADF6
Text Example
Text Example
White with #0FADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADF6; }
p { color: rgb(15,173,246); }
H1.HeaderClassName
{
color: #0FADF6;
}
.AnyTagClassName
{
color: #0FADF6;
}
</style>
background-color css
<style>
a { background-color: #0FADF6; }
a { background-color: rgb(15,173,246); }
div.DivClassName
{
background-color: #0FADF6;
}
.BgClassName
{
background-color: #0FADF6;
}
</style>
border-color css
<style>
span { border-color: #0FADF6; }
span { border-color: rgb(15,173,246); }
td.TdClassName
{
border-color: #0FADF6;
}
.TagClassName
{
border-color: #0FADF6;
}
</style>