Shades of Cruise #AEDECA
Tints of Cruise #AEDECA
RGB
CMYK
RGB Variations
Color information
#AEDECA (or 0xAEDECA) is known color: Cruise. HEX triplet: AE, DE and CA. RGB value is (174,222,202). Sum of RGB (Red+Green+Blue) = 174+222+202=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDECA is #512135. Grayscale: #CDCDCD. Windows color (decimal): -5316918 or 13295278. OLE color: 13295278.
HSL color Cylindrical-coordinate representation of color #AEDECA: hue angle of 155º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDECA is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 202 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.13 |
| HSL | 155º | 0.42% | 0.78% | - |
| HSV(B) | 155º | 0.22% | 0.87% | - |
| XYZ | 54.24 | 65.51 | 65.66 | - |
| YUV | 205.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 202 | 0.22 | 0 | 0.09 | 0.13 | 155 | 0.42 | 0.78 |
| Hex | AE | DE | CA | 16 | 0 | 9 | D | 9B | 2A | 4E |
| Octal | 256 | 336 | 312 | 26 | 0 | 11 | 15 | 233 | 52 | 116 |
| Binary | 10101110 | 11011110 | 11001010 | 10110 | 0 | 1001 | 1101 | 10011011 | 101010 | 1001110 |
Color Harmonies of #AEDECA
Complementary color
Monochromatic Colors of #AEDECA
Black with #AEDECA
Text Example
Text Example
White with #AEDECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDECA; }
p { color: rgb(174,222,202); }
H1.HeaderClassName
{
color: #AEDECA;
}
.AnyTagClassName
{
color: #AEDECA;
}
</style>
background-color css
<style>
a { background-color: #AEDECA; }
a { background-color: rgb(174,222,202); }
div.DivClassName
{
background-color: #AEDECA;
}
.BgClassName
{
background-color: #AEDECA;
}
</style>
border-color css
<style>
span { border-color: #AEDECA; }
span { border-color: rgb(174,222,202); }
td.TdClassName
{
border-color: #AEDECA;
}
.TagClassName
{
border-color: #AEDECA;
}
</style>