Shades of Deep Sky Blue #01A2FF
Tints of Deep Sky Blue #01A2FF
RGB
CMYK
RGB Variations
Color information
#01A2FF (or 0x01A2FF) is known color: Deep Sky Blue. HEX triplet: 01, A2 and FF. RGB value is (1,162,255). Sum of RGB (Red+Green+Blue) = 1+162+255=418 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #01A2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A2FF is #FE5D00. Grayscale: #7B7B7B. Windows color (decimal): -16669953 or 16753153. OLE color: 16753153.
HSL color Cylindrical-coordinate representation of color #01A2FF: hue angle of 201.97º 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 #01A2FF is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 162 | 255 | - |
| CMYK | 1.00 | 0.36 | 0 | 0 |
| HSL | 201.97º | 1% | 0.5% | - |
| HSV(B) | 201.97º | 1% | 1% | - |
| XYZ | 30.98 | 33.07 | 99.36 | - |
| YUV | 124.46 | 201.66 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 162 | 255 | 1.00 | 0.36 | 0 | 0 | 201.97 | 1 | 0.5 |
| Hex | 1 | A2 | FF | 64 | 24 | 0 | 0 | CA | 64 | 32 |
| Octal | 1 | 242 | 377 | 144 | 44 | 0 | 0 | 312 | 144 | 62 |
| Binary | 1 | 10100010 | 11111111 | 1100100 | 100100 | 0 | 0 | 11001010 | 1100100 | 110010 |
Color Harmonies of #01A2FF
Complementary color
Monochromatic Colors of #01A2FF
Black with #01A2FF
Text Example
Text Example
White with #01A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A2FF; }
p { color: rgb(1,162,255); }
H1.HeaderClassName
{
color: #01A2FF;
}
.AnyTagClassName
{
color: #01A2FF;
}
</style>
background-color css
<style>
a { background-color: #01A2FF; }
a { background-color: rgb(1,162,255); }
div.DivClassName
{
background-color: #01A2FF;
}
.BgClassName
{
background-color: #01A2FF;
}
</style>
border-color css
<style>
span { border-color: #01A2FF; }
span { border-color: rgb(1,162,255); }
td.TdClassName
{
border-color: #01A2FF;
}
.TagClassName
{
border-color: #01A2FF;
}
</style>