Shades of Deep Sky Blue #01AAF3
Tints of Deep Sky Blue #01AAF3
RGB
CMYK
RGB Variations
Color information
#01AAF3 (or 0x01AAF3) is known color: Deep Sky Blue. HEX triplet: 01, AA and F3. RGB value is (1,170,243). Sum of RGB (Red+Green+Blue) = 1+170+243=414 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 243 (95.31% from 255 or 58.70% from 414); Max value from RGB is 243 - color contains mainly: blue. Hex color #01AAF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01AAF3 is #FE550C. Grayscale: #7F7F7F. Windows color (decimal): -16667917 or 15968769. OLE color: 15968769.
HSL color Cylindrical-coordinate representation of color #01AAF3: hue angle of 198.1º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AAF3 is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 170 | 243 | - |
| CMYK | 1.00 | 0.30 | 0 | 0.05 |
| HSL | 198.1º | 0.99% | 0.48% | - |
| HSV(B) | 198.1º | 1% | 0.95% | - |
| XYZ | 30.56 | 35.23 | 89.98 | - |
| YUV | 127.79 | 193.01 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 243 | 1.00 | 0.30 | 0 | 0.05 | 198.1 | 0.99 | 0.48 |
| Hex | 1 | AA | F3 | 64 | 1E | 0 | 5 | C6 | 63 | 30 |
| Octal | 1 | 252 | 363 | 144 | 36 | 0 | 5 | 306 | 143 | 60 |
| Binary | 1 | 10101010 | 11110011 | 1100100 | 11110 | 0 | 101 | 11000110 | 1100011 | 110000 |
Color Harmonies of #01AAF3
Complementary color
Monochromatic Colors of #01AAF3
Black with #01AAF3
Text Example
Text Example
White with #01AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AAF3; }
p { color: rgb(1,170,243); }
H1.HeaderClassName
{
color: #01AAF3;
}
.AnyTagClassName
{
color: #01AAF3;
}
</style>
background-color css
<style>
a { background-color: #01AAF3; }
a { background-color: rgb(1,170,243); }
div.DivClassName
{
background-color: #01AAF3;
}
.BgClassName
{
background-color: #01AAF3;
}
</style>
border-color css
<style>
span { border-color: #01AAF3; }
span { border-color: rgb(1,170,243); }
td.TdClassName
{
border-color: #01AAF3;
}
.TagClassName
{
border-color: #01AAF3;
}
</style>