Shades of Deep Sky Blue #01A7FF
Tints of Deep Sky Blue #01A7FF
RGB
CMYK
RGB Variations
Color information
#01A7FF (or 0x01A7FF) is known color: Deep Sky Blue. HEX triplet: 01, A7 and FF. RGB value is (1,167,255). Sum of RGB (Red+Green+Blue) = 1+167+255=423 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #01A7FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A7FF is #FE5800. Grayscale: #7E7E7E. Windows color (decimal): -16668673 or 16754433. OLE color: 16754433.
HSL color Cylindrical-coordinate representation of color #01A7FF: hue angle of 200.79º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A7FF is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 167 | 255 | - |
| CMYK | 1.00 | 0.35 | 0 | 0 |
| HSL | 200.79º | 1% | 0.5% | - |
| HSV(B) | 200.79º | 1% | 1% | - |
| XYZ | 31.88 | 34.86 | 99.66 | - |
| YUV | 127.4 | 200 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 167 | 255 | 1.00 | 0.35 | 0 | 0 | 200.79 | 1 | 0.5 |
| Hex | 1 | A7 | FF | 64 | 23 | 0 | 0 | C9 | 64 | 32 |
| Octal | 1 | 247 | 377 | 144 | 43 | 0 | 0 | 311 | 144 | 62 |
| Binary | 1 | 10100111 | 11111111 | 1100100 | 100011 | 0 | 0 | 11001001 | 1100100 | 110010 |
Color Harmonies of #01A7FF
Complementary color
Monochromatic Colors of #01A7FF
Black with #01A7FF
Text Example
Text Example
White with #01A7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A7FF; }
p { color: rgb(1,167,255); }
H1.HeaderClassName
{
color: #01A7FF;
}
.AnyTagClassName
{
color: #01A7FF;
}
</style>
background-color css
<style>
a { background-color: #01A7FF; }
a { background-color: rgb(1,167,255); }
div.DivClassName
{
background-color: #01A7FF;
}
.BgClassName
{
background-color: #01A7FF;
}
</style>
border-color css
<style>
span { border-color: #01A7FF; }
span { border-color: rgb(1,167,255); }
td.TdClassName
{
border-color: #01A7FF;
}
.TagClassName
{
border-color: #01A7FF;
}
</style>