Shades of Sail #AAD8F1
Tints of Sail #AAD8F1
RGB
CMYK
RGB Variations
Color information
#AAD8F1 (or 0xAAD8F1) is known color: Sail. HEX triplet: AA, D8 and F1. RGB value is (170,216,241). Sum of RGB (Red+Green+Blue) = 170+216+241=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAD8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD8F1 is #55270E. Grayscale: #CCCCCC. Windows color (decimal): -5580559 or 15849642. OLE color: 15849642.
HSL color Cylindrical-coordinate representation of color #AAD8F1: hue angle of 201.13º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD8F1 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 216 | 241 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.05 |
| HSL | 201.13º | 0.72% | 0.81% | - |
| HSV(B) | 201.13º | 0.29% | 0.95% | - |
| XYZ | 57.01 | 64.01 | 92.57 | - |
| YUV | 205.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 241 | 0.29 | 0.10 | 0 | 0.05 | 201.13 | 0.72 | 0.81 |
| Hex | AA | D8 | F1 | 1D | A | 0 | 5 | C9 | 48 | 51 |
| Octal | 252 | 330 | 361 | 35 | 12 | 0 | 5 | 311 | 110 | 121 |
| Binary | 10101010 | 11011000 | 11110001 | 11101 | 1010 | 0 | 101 | 11001001 | 1001000 | 1010001 |
Color Harmonies of #AAD8F1
Complementary color
Monochromatic Colors of #AAD8F1
Black with #AAD8F1
Text Example
Text Example
White with #AAD8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8F1; }
p { color: rgb(170,216,241); }
H1.HeaderClassName
{
color: #AAD8F1;
}
.AnyTagClassName
{
color: #AAD8F1;
}
</style>
background-color css
<style>
a { background-color: #AAD8F1; }
a { background-color: rgb(170,216,241); }
div.DivClassName
{
background-color: #AAD8F1;
}
.BgClassName
{
background-color: #AAD8F1;
}
</style>
border-color css
<style>
span { border-color: #AAD8F1; }
span { border-color: rgb(170,216,241); }
td.TdClassName
{
border-color: #AAD8F1;
}
.TagClassName
{
border-color: #AAD8F1;
}
</style>