Shades of Deep Sky Blue #01A1FD
Tints of Deep Sky Blue #01A1FD
RGB
CMYK
RGB Variations
Color information
#01A1FD (or 0x01A1FD) is known color: Deep Sky Blue. HEX triplet: 01, A1 and FD. RGB value is (1,161,253). Sum of RGB (Red+Green+Blue) = 1+161+253=415 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #01A1FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A1FD is #FE5E02. Grayscale: #7B7B7B. Windows color (decimal): -16670211 or 16621825. OLE color: 16621825.
HSL color Cylindrical-coordinate representation of color #01A1FD: hue angle of 201.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A1FD is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 161 | 253 | - |
| CMYK | 1.00 | 0.36 | 0 | 0.01 |
| HSL | 201.9º | 0.99% | 0.5% | - |
| HSV(B) | 201.9º | 1% | 0.99% | - |
| XYZ | 30.49 | 32.59 | 97.61 | - |
| YUV | 123.65 | 200.99 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 161 | 253 | 1.00 | 0.36 | 0 | 0.01 | 201.9 | 0.99 | 0.5 |
| Hex | 1 | A1 | FD | 64 | 24 | 0 | 1 | CA | 63 | 32 |
| Octal | 1 | 241 | 375 | 144 | 44 | 0 | 1 | 312 | 143 | 62 |
| Binary | 1 | 10100001 | 11111101 | 1100100 | 100100 | 0 | 1 | 11001010 | 1100011 | 110010 |
Color Harmonies of #01A1FD
Complementary color
Monochromatic Colors of #01A1FD
Black with #01A1FD
Text Example
Text Example
White with #01A1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A1FD; }
p { color: rgb(1,161,253); }
H1.HeaderClassName
{
color: #01A1FD;
}
.AnyTagClassName
{
color: #01A1FD;
}
</style>
background-color css
<style>
a { background-color: #01A1FD; }
a { background-color: rgb(1,161,253); }
div.DivClassName
{
background-color: #01A1FD;
}
.BgClassName
{
background-color: #01A1FD;
}
</style>
border-color css
<style>
span { border-color: #01A1FD; }
span { border-color: rgb(1,161,253); }
td.TdClassName
{
border-color: #01A1FD;
}
.TagClassName
{
border-color: #01A1FD;
}
</style>