Shades of Cruise #AEE4D0
Tints of Cruise #AEE4D0
RGB
CMYK
RGB Variations
Color information
#AEE4D0 (or 0xAEE4D0) is known color: Cruise. HEX triplet: AE, E4 and D0. RGB value is (174,228,208). Sum of RGB (Red+Green+Blue) = 174+228+208=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE4D0 is #511B2F. Grayscale: #D1D1D1. Windows color (decimal): -5315376 or 13690030. OLE color: 13690030.
HSL color Cylindrical-coordinate representation of color #AEE4D0: hue angle of 157.78º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE4D0 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 228 | 208 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.11 |
| HSL | 157.78º | 0.5% | 0.79% | - |
| HSV(B) | 157.78º | 0.24% | 0.89% | - |
| XYZ | 56.58 | 69.04 | 70.02 | - |
| YUV | 209.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 228 | 208 | 0.24 | 0 | 0.09 | 0.11 | 157.78 | 0.5 | 0.79 |
| Hex | AE | E4 | D0 | 18 | 0 | 9 | B | 9E | 32 | 4F |
| Octal | 256 | 344 | 320 | 30 | 0 | 11 | 13 | 236 | 62 | 117 |
| Binary | 10101110 | 11100100 | 11010000 | 11000 | 0 | 1001 | 1011 | 10011110 | 110010 | 1001111 |
Color Harmonies of #AEE4D0
Complementary color
Monochromatic Colors of #AEE4D0
Black with #AEE4D0
Text Example
Text Example
White with #AEE4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE4D0; }
p { color: rgb(174,228,208); }
H1.HeaderClassName
{
color: #AEE4D0;
}
.AnyTagClassName
{
color: #AEE4D0;
}
</style>
background-color css
<style>
a { background-color: #AEE4D0; }
a { background-color: rgb(174,228,208); }
div.DivClassName
{
background-color: #AEE4D0;
}
.BgClassName
{
background-color: #AEE4D0;
}
</style>
border-color css
<style>
span { border-color: #AEE4D0; }
span { border-color: rgb(174,228,208); }
td.TdClassName
{
border-color: #AEE4D0;
}
.TagClassName
{
border-color: #AEE4D0;
}
</style>