Shades of Cruise #AADBC8
Tints of Cruise #AADBC8
RGB
CMYK
RGB Variations
Color information
#AADBC8 (or 0xAADBC8) is known color: Cruise. HEX triplet: AA, DB and C8. RGB value is (170,219,200). Sum of RGB (Red+Green+Blue) = 170+219+200=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBC8 is #552437. Grayscale: #CACACA. Windows color (decimal): -5579832 or 13163434. OLE color: 13163434.
HSL color Cylindrical-coordinate representation of color #AADBC8: hue angle of 156.73º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADBC8 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 200 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.14 |
| HSL | 156.73º | 0.4% | 0.76% | - |
| HSV(B) | 156.73º | 0.22% | 0.86% | - |
| XYZ | 52.33 | 63.38 | 64.12 | - |
| YUV | 202.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 200 | 0.22 | 0 | 0.09 | 0.14 | 156.73 | 0.4 | 0.76 |
| Hex | AA | DB | C8 | 16 | 0 | 9 | E | 9D | 28 | 4C |
| Octal | 252 | 333 | 310 | 26 | 0 | 11 | 16 | 235 | 50 | 114 |
| Binary | 10101010 | 11011011 | 11001000 | 10110 | 0 | 1001 | 1110 | 10011101 | 101000 | 1001100 |
Color Harmonies of #AADBC8
Complementary color
Monochromatic Colors of #AADBC8
Black with #AADBC8
Text Example
Text Example
White with #AADBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBC8; }
p { color: rgb(170,219,200); }
H1.HeaderClassName
{
color: #AADBC8;
}
.AnyTagClassName
{
color: #AADBC8;
}
</style>
background-color css
<style>
a { background-color: #AADBC8; }
a { background-color: rgb(170,219,200); }
div.DivClassName
{
background-color: #AADBC8;
}
.BgClassName
{
background-color: #AADBC8;
}
</style>
border-color css
<style>
span { border-color: #AADBC8; }
span { border-color: rgb(170,219,200); }
td.TdClassName
{
border-color: #AADBC8;
}
.TagClassName
{
border-color: #AADBC8;
}
</style>