Shades of Deep Sky Blue #0FADF1
Tints of Deep Sky Blue #0FADF1
RGB
CMYK
RGB Variations
Color information
#0FADF1 (or 0x0FADF1) is known color: Deep Sky Blue. HEX triplet: 0F, AD and F1. RGB value is (15,173,241). Sum of RGB (Red+Green+Blue) = 15+173+241=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #0FADF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FADF1 is #F0520E. Grayscale: #858585. Windows color (decimal): -15749647 or 15838479. OLE color: 15838479.
HSL color Cylindrical-coordinate representation of color #0FADF1: hue angle of 198.05º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FADF1 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 173 | 241 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.05 |
| HSL | 198.05º | 0.89% | 0.5% | - |
| HSV(B) | 198.05º | 0.94% | 0.95% | - |
| XYZ | 31.02 | 36.34 | 88.6 | - |
| YUV | 133.51 | 188.65 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 241 | 0.94 | 0.28 | 0 | 0.05 | 198.05 | 0.89 | 0.5 |
| Hex | F | AD | F1 | 5E | 1C | 0 | 5 | C6 | 59 | 32 |
| Octal | 17 | 255 | 361 | 136 | 34 | 0 | 5 | 306 | 131 | 62 |
| Binary | 1111 | 10101101 | 11110001 | 1011110 | 11100 | 0 | 101 | 11000110 | 1011001 | 110010 |
Color Harmonies of #0FADF1
Complementary color
Monochromatic Colors of #0FADF1
Black with #0FADF1
Text Example
Text Example
White with #0FADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADF1; }
p { color: rgb(15,173,241); }
H1.HeaderClassName
{
color: #0FADF1;
}
.AnyTagClassName
{
color: #0FADF1;
}
</style>
background-color css
<style>
a { background-color: #0FADF1; }
a { background-color: rgb(15,173,241); }
div.DivClassName
{
background-color: #0FADF1;
}
.BgClassName
{
background-color: #0FADF1;
}
</style>
border-color css
<style>
span { border-color: #0FADF1; }
span { border-color: rgb(15,173,241); }
td.TdClassName
{
border-color: #0FADF1;
}
.TagClassName
{
border-color: #0FADF1;
}
</style>