Shades of Sail #AAD5F2
Tints of Sail #AAD5F2
RGB
CMYK
RGB Variations
Color information
#AAD5F2 (or 0xAAD5F2) is known color: Sail. HEX triplet: AA, D5 and F2. RGB value is (170,213,242). Sum of RGB (Red+Green+Blue) = 170+213+242=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAD5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5F2 is #552A0D. Grayscale: #CBCBCB. Windows color (decimal): -5581326 or 15914410. OLE color: 15914410.
HSL color Cylindrical-coordinate representation of color #AAD5F2: hue angle of 204.17º 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 #AAD5F2 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 213 | 242 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.05 |
| HSL | 204.17º | 0.73% | 0.81% | - |
| HSV(B) | 204.17º | 0.3% | 0.95% | - |
| XYZ | 56.4 | 62.55 | 93.1 | - |
| YUV | 203.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 242 | 0.30 | 0.12 | 0 | 0.05 | 204.17 | 0.73 | 0.81 |
| Hex | AA | D5 | F2 | 1E | C | 0 | 5 | CC | 49 | 51 |
| Octal | 252 | 325 | 362 | 36 | 14 | 0 | 5 | 314 | 111 | 121 |
| Binary | 10101010 | 11010101 | 11110010 | 11110 | 1100 | 0 | 101 | 11001100 | 1001001 | 1010001 |
Color Harmonies of #AAD5F2
Complementary color
Monochromatic Colors of #AAD5F2
Black with #AAD5F2
Text Example
Text Example
White with #AAD5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD5F2; }
p { color: rgb(170,213,242); }
H1.HeaderClassName
{
color: #AAD5F2;
}
.AnyTagClassName
{
color: #AAD5F2;
}
</style>
background-color css
<style>
a { background-color: #AAD5F2; }
a { background-color: rgb(170,213,242); }
div.DivClassName
{
background-color: #AAD5F2;
}
.BgClassName
{
background-color: #AAD5F2;
}
</style>
border-color css
<style>
span { border-color: #AAD5F2; }
span { border-color: rgb(170,213,242); }
td.TdClassName
{
border-color: #AAD5F2;
}
.TagClassName
{
border-color: #AAD5F2;
}
</style>