Shades of Deep Sky Blue #0FAAF1
Tints of Deep Sky Blue #0FAAF1
RGB
CMYK
RGB Variations
Color information
#0FAAF1 (or 0x0FAAF1) is known color: Deep Sky Blue. HEX triplet: 0F, AA and F1. RGB value is (15,170,241). Sum of RGB (Red+Green+Blue) = 15+170+241=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #0FAAF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAAF1 is #F0550E. Grayscale: #838383. Windows color (decimal): -15750415 or 15837711. OLE color: 15837711.
HSL color Cylindrical-coordinate representation of color #0FAAF1: hue angle of 198.85º 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 #0FAAF1 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 170 | 241 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.05 |
| HSL | 198.85º | 0.89% | 0.5% | - |
| HSV(B) | 198.85º | 0.94% | 0.95% | - |
| XYZ | 30.45 | 35.2 | 88.41 | - |
| YUV | 131.75 | 189.65 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 241 | 0.94 | 0.29 | 0 | 0.05 | 198.85 | 0.89 | 0.5 |
| Hex | F | AA | F1 | 5E | 1D | 0 | 5 | C7 | 59 | 32 |
| Octal | 17 | 252 | 361 | 136 | 35 | 0 | 5 | 307 | 131 | 62 |
| Binary | 1111 | 10101010 | 11110001 | 1011110 | 11101 | 0 | 101 | 11000111 | 1011001 | 110010 |
Color Harmonies of #0FAAF1
Complementary color
Monochromatic Colors of #0FAAF1
Black with #0FAAF1
Text Example
Text Example
White with #0FAAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAF1; }
p { color: rgb(15,170,241); }
H1.HeaderClassName
{
color: #0FAAF1;
}
.AnyTagClassName
{
color: #0FAAF1;
}
</style>
background-color css
<style>
a { background-color: #0FAAF1; }
a { background-color: rgb(15,170,241); }
div.DivClassName
{
background-color: #0FAAF1;
}
.BgClassName
{
background-color: #0FAAF1;
}
</style>
border-color css
<style>
span { border-color: #0FAAF1; }
span { border-color: rgb(15,170,241); }
td.TdClassName
{
border-color: #0FAAF1;
}
.TagClassName
{
border-color: #0FAAF1;
}
</style>