Shades of Cruise #AADEC9
Tints of Cruise #AADEC9
RGB
CMYK
RGB Variations
Color information
#AADEC9 (or 0xAADEC9) is known color: Cruise. HEX triplet: AA, DE and C9. RGB value is (170,222,201). Sum of RGB (Red+Green+Blue) = 170+222+201=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC9 is #552136. Grayscale: #CCCCCC. Windows color (decimal): -5579063 or 13229738. OLE color: 13229738.
HSL color Cylindrical-coordinate representation of color #AADEC9: hue angle of 155.77º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADEC9 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 201 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.13 |
| HSL | 155.77º | 0.44% | 0.77% | - |
| HSV(B) | 155.77º | 0.23% | 0.87% | - |
| XYZ | 53.24 | 65.01 | 65 | - |
| YUV | 204.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 201 | 0.23 | 0 | 0.09 | 0.13 | 155.77 | 0.44 | 0.77 |
| Hex | AA | DE | C9 | 17 | 0 | 9 | D | 9C | 2C | 4D |
| Octal | 252 | 336 | 311 | 27 | 0 | 11 | 15 | 234 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11001001 | 10111 | 0 | 1001 | 1101 | 10011100 | 101100 | 1001101 |
Color Harmonies of #AADEC9
Complementary color
Monochromatic Colors of #AADEC9
Black with #AADEC9
Text Example
Text Example
White with #AADEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEC9; }
p { color: rgb(170,222,201); }
H1.HeaderClassName
{
color: #AADEC9;
}
.AnyTagClassName
{
color: #AADEC9;
}
</style>
background-color css
<style>
a { background-color: #AADEC9; }
a { background-color: rgb(170,222,201); }
div.DivClassName
{
background-color: #AADEC9;
}
.BgClassName
{
background-color: #AADEC9;
}
</style>
border-color css
<style>
span { border-color: #AADEC9; }
span { border-color: rgb(170,222,201); }
td.TdClassName
{
border-color: #AADEC9;
}
.TagClassName
{
border-color: #AADEC9;
}
</style>