Shades of Deep Sky Blue #01A0F7
Tints of Deep Sky Blue #01A0F7
RGB
CMYK
RGB Variations
Color information
#01A0F7 (or 0x01A0F7) is known color: Deep Sky Blue. HEX triplet: 01, A0 and F7. RGB value is (1,160,247). Sum of RGB (Red+Green+Blue) = 1+160+247=408 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 247 (96.88% from 255 or 60.54% from 408); Max value from RGB is 247 - color contains mainly: blue. Hex color #01A0F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A0F7 is #FE5F08. Grayscale: #797979. Windows color (decimal): -16670473 or 16228353. OLE color: 16228353.
HSL color Cylindrical-coordinate representation of color #01A0F7: hue angle of 201.22º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A0F7 is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 160 | 247 | - |
| CMYK | 1.00 | 0.35 | 0 | 0.03 |
| HSL | 201.22º | 0.99% | 0.49% | - |
| HSV(B) | 201.22º | 1% | 0.97% | - |
| XYZ | 29.37 | 31.86 | 92.6 | - |
| YUV | 122.38 | 198.32 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 160 | 247 | 1.00 | 0.35 | 0 | 0.03 | 201.22 | 0.99 | 0.49 |
| Hex | 1 | A0 | F7 | 64 | 23 | 0 | 3 | C9 | 63 | 31 |
| Octal | 1 | 240 | 367 | 144 | 43 | 0 | 3 | 311 | 143 | 61 |
| Binary | 1 | 10100000 | 11110111 | 1100100 | 100011 | 0 | 11 | 11001001 | 1100011 | 110001 |
Color Harmonies of #01A0F7
Complementary color
Monochromatic Colors of #01A0F7
Black with #01A0F7
Text Example
Text Example
White with #01A0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A0F7; }
p { color: rgb(1,160,247); }
H1.HeaderClassName
{
color: #01A0F7;
}
.AnyTagClassName
{
color: #01A0F7;
}
</style>
background-color css
<style>
a { background-color: #01A0F7; }
a { background-color: rgb(1,160,247); }
div.DivClassName
{
background-color: #01A0F7;
}
.BgClassName
{
background-color: #01A0F7;
}
</style>
border-color css
<style>
span { border-color: #01A0F7; }
span { border-color: rgb(1,160,247); }
td.TdClassName
{
border-color: #01A0F7;
}
.TagClassName
{
border-color: #01A0F7;
}
</style>