Shades of Cruise #AEDCCC
Tints of Cruise #AEDCCC
RGB
CMYK
RGB Variations
Color information
#AEDCCC (or 0xAEDCCC) is known color: Cruise. HEX triplet: AE, DC and CC. RGB value is (174,220,204). Sum of RGB (Red+Green+Blue) = 174+220+204=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCCC is #512333. Grayscale: #CCCCCC. Windows color (decimal): -5317428 or 13425838. OLE color: 13425838.
HSL color Cylindrical-coordinate representation of color #AEDCCC: hue angle of 159.13º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCCC is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 204 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.14 |
| HSL | 159.13º | 0.4% | 0.77% | - |
| HSV(B) | 159.13º | 0.21% | 0.86% | - |
| XYZ | 53.95 | 64.54 | 66.74 | - |
| YUV | 204.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 204 | 0.21 | 0 | 0.07 | 0.14 | 159.13 | 0.4 | 0.77 |
| Hex | AE | DC | CC | 15 | 0 | 7 | E | 9F | 28 | 4D |
| Octal | 256 | 334 | 314 | 25 | 0 | 7 | 16 | 237 | 50 | 115 |
| Binary | 10101110 | 11011100 | 11001100 | 10101 | 0 | 111 | 1110 | 10011111 | 101000 | 1001101 |
Color Harmonies of #AEDCCC
Complementary color
Monochromatic Colors of #AEDCCC
Black with #AEDCCC
Text Example
Text Example
White with #AEDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCCC; }
p { color: rgb(174,220,204); }
H1.HeaderClassName
{
color: #AEDCCC;
}
.AnyTagClassName
{
color: #AEDCCC;
}
</style>
background-color css
<style>
a { background-color: #AEDCCC; }
a { background-color: rgb(174,220,204); }
div.DivClassName
{
background-color: #AEDCCC;
}
.BgClassName
{
background-color: #AEDCCC;
}
</style>
border-color css
<style>
span { border-color: #AEDCCC; }
span { border-color: rgb(174,220,204); }
td.TdClassName
{
border-color: #AEDCCC;
}
.TagClassName
{
border-color: #AEDCCC;
}
</style>