Shades of Cruise #AEDDC8
Tints of Cruise #AEDDC8
RGB
CMYK
RGB Variations
Color information
#AEDDC8 (or 0xAEDDC8) is known color: Cruise. HEX triplet: AE, DD and C8. RGB value is (174,221,200). Sum of RGB (Red+Green+Blue) = 174+221+200=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC8 is #512237. Grayscale: #CCCCCC. Windows color (decimal): -5317176 or 13163950. OLE color: 13163950.
HSL color Cylindrical-coordinate representation of color #AEDDC8: hue angle of 153.19º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDC8 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 200 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.13 |
| HSL | 153.19º | 0.41% | 0.77% | - |
| HSV(B) | 153.19º | 0.21% | 0.87% | - |
| XYZ | 53.74 | 64.88 | 64.33 | - |
| YUV | 204.55 | 125.43 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 200 | 0.21 | 0 | 0.10 | 0.13 | 153.19 | 0.41 | 0.77 |
| Hex | AE | DD | C8 | 15 | 0 | A | D | 99 | 29 | 4D |
| Octal | 256 | 335 | 310 | 25 | 0 | 12 | 15 | 231 | 51 | 115 |
| Binary | 10101110 | 11011101 | 11001000 | 10101 | 0 | 1010 | 1101 | 10011001 | 101001 | 1001101 |
Color Harmonies of #AEDDC8
Complementary color
Monochromatic Colors of #AEDDC8
Black with #AEDDC8
Text Example
Text Example
White with #AEDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDC8; }
p { color: rgb(174,221,200); }
H1.HeaderClassName
{
color: #AEDDC8;
}
.AnyTagClassName
{
color: #AEDDC8;
}
</style>
background-color css
<style>
a { background-color: #AEDDC8; }
a { background-color: rgb(174,221,200); }
div.DivClassName
{
background-color: #AEDDC8;
}
.BgClassName
{
background-color: #AEDDC8;
}
</style>
border-color css
<style>
span { border-color: #AEDDC8; }
span { border-color: rgb(174,221,200); }
td.TdClassName
{
border-color: #AEDDC8;
}
.TagClassName
{
border-color: #AEDDC8;
}
</style>