Shades of Cruise #AEDACA
Tints of Cruise #AEDACA
RGB
CMYK
RGB Variations
Color information
#AEDACA (or 0xAEDACA) is known color: Cruise. HEX triplet: AE, DA and CA. RGB value is (174,218,202). Sum of RGB (Red+Green+Blue) = 174+218+202=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDACA is #512535. Grayscale: #CBCBCB. Windows color (decimal): -5317942 or 13294254. OLE color: 13294254.
HSL color Cylindrical-coordinate representation of color #AEDACA: hue angle of 158.18º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDACA is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 202 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.15 |
| HSL | 158.18º | 0.37% | 0.77% | - |
| HSV(B) | 158.18º | 0.2% | 0.85% | - |
| XYZ | 53.19 | 63.41 | 65.31 | - |
| YUV | 203.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 202 | 0.20 | 0 | 0.07 | 0.15 | 158.18 | 0.37 | 0.77 |
| Hex | AE | DA | CA | 14 | 0 | 7 | F | 9E | 25 | 4D |
| Octal | 256 | 332 | 312 | 24 | 0 | 7 | 17 | 236 | 45 | 115 |
| Binary | 10101110 | 11011010 | 11001010 | 10100 | 0 | 111 | 1111 | 10011110 | 100101 | 1001101 |
Color Harmonies of #AEDACA
Complementary color
Monochromatic Colors of #AEDACA
Black with #AEDACA
Text Example
Text Example
White with #AEDACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDACA; }
p { color: rgb(174,218,202); }
H1.HeaderClassName
{
color: #AEDACA;
}
.AnyTagClassName
{
color: #AEDACA;
}
</style>
background-color css
<style>
a { background-color: #AEDACA; }
a { background-color: rgb(174,218,202); }
div.DivClassName
{
background-color: #AEDACA;
}
.BgClassName
{
background-color: #AEDACA;
}
</style>
border-color css
<style>
span { border-color: #AEDACA; }
span { border-color: rgb(174,218,202); }
td.TdClassName
{
border-color: #AEDACA;
}
.TagClassName
{
border-color: #AEDACA;
}
</style>