Shades of Cruise #AADECB
Tints of Cruise #AADECB
RGB
CMYK
RGB Variations
Color information
#AADECB (or 0xAADECB) is known color: Cruise. HEX triplet: AA, DE and CB. RGB value is (170,222,203). Sum of RGB (Red+Green+Blue) = 170+222+203=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #AADECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADECB is #552134. Grayscale: #CCCCCC. Windows color (decimal): -5579061 or 13360810. OLE color: 13360810.
HSL color Cylindrical-coordinate representation of color #AADECB: hue angle of 158.08º 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 #AADECB is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 203 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.13 |
| HSL | 158.08º | 0.44% | 0.77% | - |
| HSV(B) | 158.08º | 0.23% | 0.87% | - |
| XYZ | 53.48 | 65.1 | 66.25 | - |
| YUV | 204.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 203 | 0.23 | 0 | 0.09 | 0.13 | 158.08 | 0.44 | 0.77 |
| Hex | AA | DE | CB | 17 | 0 | 9 | D | 9E | 2C | 4D |
| Octal | 252 | 336 | 313 | 27 | 0 | 11 | 15 | 236 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11001011 | 10111 | 0 | 1001 | 1101 | 10011110 | 101100 | 1001101 |
Color Harmonies of #AADECB
Complementary color
Monochromatic Colors of #AADECB
Black with #AADECB
Text Example
Text Example
White with #AADECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADECB; }
p { color: rgb(170,222,203); }
H1.HeaderClassName
{
color: #AADECB;
}
.AnyTagClassName
{
color: #AADECB;
}
</style>
background-color css
<style>
a { background-color: #AADECB; }
a { background-color: rgb(170,222,203); }
div.DivClassName
{
background-color: #AADECB;
}
.BgClassName
{
background-color: #AADECB;
}
</style>
border-color css
<style>
span { border-color: #AADECB; }
span { border-color: rgb(170,222,203); }
td.TdClassName
{
border-color: #AADECB;
}
.TagClassName
{
border-color: #AADECB;
}
</style>