Shades of Deep Sky Blue #05AAF1
Tints of Deep Sky Blue #05AAF1
RGB
CMYK
RGB Variations
Color information
#05AAF1 (or 0x05AAF1) is known color: Deep Sky Blue. HEX triplet: 05, AA and F1. RGB value is (5,170,241). Sum of RGB (Red+Green+Blue) = 5+170+241=416 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #05AAF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05AAF1 is #FA550E. Grayscale: #808080. Windows color (decimal): -16405775 or 15837701. OLE color: 15837701.
HSL color Cylindrical-coordinate representation of color #05AAF1: hue angle of 198.05º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AAF1 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 170 | 241 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.05 |
| HSL | 198.05º | 0.96% | 0.48% | - |
| HSV(B) | 198.05º | 0.98% | 0.95% | - |
| XYZ | 30.31 | 35.13 | 88.4 | - |
| YUV | 128.76 | 191.34 | 39.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 241 | 0.98 | 0.29 | 0 | 0.05 | 198.05 | 0.96 | 0.48 |
| Hex | 5 | AA | F1 | 62 | 1D | 0 | 5 | C6 | 60 | 30 |
| Octal | 5 | 252 | 361 | 142 | 35 | 0 | 5 | 306 | 140 | 60 |
| Binary | 101 | 10101010 | 11110001 | 1100010 | 11101 | 0 | 101 | 11000110 | 1100000 | 110000 |
Color Harmonies of #05AAF1
Complementary color
Monochromatic Colors of #05AAF1
Black with #05AAF1
Text Example
Text Example
White with #05AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AAF1; }
p { color: rgb(5,170,241); }
H1.HeaderClassName
{
color: #05AAF1;
}
.AnyTagClassName
{
color: #05AAF1;
}
</style>
background-color css
<style>
a { background-color: #05AAF1; }
a { background-color: rgb(5,170,241); }
div.DivClassName
{
background-color: #05AAF1;
}
.BgClassName
{
background-color: #05AAF1;
}
</style>
border-color css
<style>
span { border-color: #05AAF1; }
span { border-color: rgb(5,170,241); }
td.TdClassName
{
border-color: #05AAF1;
}
.TagClassName
{
border-color: #05AAF1;
}
</style>