Shades of Deep Sky Blue #01AAFC
Tints of Deep Sky Blue #01AAFC
RGB
CMYK
RGB Variations
Color information
#01AAFC (or 0x01AAFC) is known color: Deep Sky Blue. HEX triplet: 01, AA and FC. RGB value is (1,170,252). Sum of RGB (Red+Green+Blue) = 1+170+252=423 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #01AAFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01AAFC is #FE5503. Grayscale: #808080. Windows color (decimal): -16667908 or 16558593. OLE color: 16558593.
HSL color Cylindrical-coordinate representation of color #01AAFC: hue angle of 199.6º 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 #01AAFC is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 170 | 252 | - |
| CMYK | 1.00 | 0.33 | 0 | 0.01 |
| HSL | 199.6º | 0.99% | 0.5% | - |
| HSV(B) | 199.6º | 1% | 0.99% | - |
| XYZ | 31.96 | 35.78 | 97.32 | - |
| YUV | 128.82 | 197.51 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 252 | 1.00 | 0.33 | 0 | 0.01 | 199.6 | 0.99 | 0.5 |
| Hex | 1 | AA | FC | 64 | 21 | 0 | 1 | C8 | 63 | 32 |
| Octal | 1 | 252 | 374 | 144 | 41 | 0 | 1 | 310 | 143 | 62 |
| Binary | 1 | 10101010 | 11111100 | 1100100 | 100001 | 0 | 1 | 11001000 | 1100011 | 110010 |
Color Harmonies of #01AAFC
Complementary color
Monochromatic Colors of #01AAFC
Black with #01AAFC
Text Example
Text Example
White with #01AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AAFC; }
p { color: rgb(1,170,252); }
H1.HeaderClassName
{
color: #01AAFC;
}
.AnyTagClassName
{
color: #01AAFC;
}
</style>
background-color css
<style>
a { background-color: #01AAFC; }
a { background-color: rgb(1,170,252); }
div.DivClassName
{
background-color: #01AAFC;
}
.BgClassName
{
background-color: #01AAFC;
}
</style>
border-color css
<style>
span { border-color: #01AAFC; }
span { border-color: rgb(1,170,252); }
td.TdClassName
{
border-color: #01AAFC;
}
.TagClassName
{
border-color: #01AAFC;
}
</style>