Shades of Sail #AADAF5
Tints of Sail #AADAF5
RGB
CMYK
RGB Variations
Color information
#AADAF5 (or 0xAADAF5) is known color: Sail. HEX triplet: AA, DA and F5. RGB value is (170,218,245). Sum of RGB (Red+Green+Blue) = 170+218+245=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #AADAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAF5 is #55250A. Grayscale: #CECECE. Windows color (decimal): -5580043 or 16112298. OLE color: 16112298.
HSL color Cylindrical-coordinate representation of color #AADAF5: hue angle of 201.6º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AADAF5 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 218 | 245 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.04 |
| HSL | 201.6º | 0.79% | 0.81% | - |
| HSV(B) | 201.6º | 0.31% | 0.96% | - |
| XYZ | 58.13 | 65.28 | 95.92 | - |
| YUV | 206.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 245 | 0.31 | 0.11 | 0 | 0.04 | 201.6 | 0.79 | 0.81 |
| Hex | AA | DA | F5 | 1F | B | 0 | 4 | CA | 4F | 51 |
| Octal | 252 | 332 | 365 | 37 | 13 | 0 | 4 | 312 | 117 | 121 |
| Binary | 10101010 | 11011010 | 11110101 | 11111 | 1011 | 0 | 100 | 11001010 | 1001111 | 1010001 |
Color Harmonies of #AADAF5
Complementary color
Monochromatic Colors of #AADAF5
Black with #AADAF5
Text Example
Text Example
White with #AADAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADAF5; }
p { color: rgb(170,218,245); }
H1.HeaderClassName
{
color: #AADAF5;
}
.AnyTagClassName
{
color: #AADAF5;
}
</style>
background-color css
<style>
a { background-color: #AADAF5; }
a { background-color: rgb(170,218,245); }
div.DivClassName
{
background-color: #AADAF5;
}
.BgClassName
{
background-color: #AADAF5;
}
</style>
border-color css
<style>
span { border-color: #AADAF5; }
span { border-color: rgb(170,218,245); }
td.TdClassName
{
border-color: #AADAF5;
}
.TagClassName
{
border-color: #AADAF5;
}
</style>