Shades of Sail #AAD8F2
Tints of Sail #AAD8F2
RGB
CMYK
RGB Variations
Color information
#AAD8F2 (or 0xAAD8F2) is known color: Sail. HEX triplet: AA, D8 and F2. RGB value is (170,216,242). Sum of RGB (Red+Green+Blue) = 170+216+242=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAD8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD8F2 is #55270D. Grayscale: #CDCDCD. Windows color (decimal): -5580558 or 15915178. OLE color: 15915178.
HSL color Cylindrical-coordinate representation of color #AAD8F2: hue angle of 201.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD8F2 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 216 | 242 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.05 |
| HSL | 201.67º | 0.73% | 0.81% | - |
| HSV(B) | 201.67º | 0.3% | 0.95% | - |
| XYZ | 57.16 | 64.07 | 93.36 | - |
| YUV | 205.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 242 | 0.30 | 0.11 | 0 | 0.05 | 201.67 | 0.73 | 0.81 |
| Hex | AA | D8 | F2 | 1E | B | 0 | 5 | CA | 49 | 51 |
| Octal | 252 | 330 | 362 | 36 | 13 | 0 | 5 | 312 | 111 | 121 |
| Binary | 10101010 | 11011000 | 11110010 | 11110 | 1011 | 0 | 101 | 11001010 | 1001001 | 1010001 |
Color Harmonies of #AAD8F2
Complementary color
Monochromatic Colors of #AAD8F2
Black with #AAD8F2
Text Example
Text Example
White with #AAD8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8F2; }
p { color: rgb(170,216,242); }
H1.HeaderClassName
{
color: #AAD8F2;
}
.AnyTagClassName
{
color: #AAD8F2;
}
</style>
background-color css
<style>
a { background-color: #AAD8F2; }
a { background-color: rgb(170,216,242); }
div.DivClassName
{
background-color: #AAD8F2;
}
.BgClassName
{
background-color: #AAD8F2;
}
</style>
border-color css
<style>
span { border-color: #AAD8F2; }
span { border-color: rgb(170,216,242); }
td.TdClassName
{
border-color: #AAD8F2;
}
.TagClassName
{
border-color: #AAD8F2;
}
</style>