Shades of Cruise #AEDFCE
Tints of Cruise #AEDFCE
RGB
CMYK
RGB Variations
Color information
#AEDFCE (or 0xAEDFCE) is known color: Cruise. HEX triplet: AE, DF and CE. RGB value is (174,223,206). Sum of RGB (Red+Green+Blue) = 174+223+206=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFCE is #512031. Grayscale: #CECECE. Windows color (decimal): -5316658 or 13557678. OLE color: 13557678.
HSL color Cylindrical-coordinate representation of color #AEDFCE: hue angle of 159.18º degrees, saturation: 0.43, 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 #AEDFCE is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 206 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.13 |
| HSL | 159.18º | 0.43% | 0.78% | - |
| HSV(B) | 159.18º | 0.22% | 0.87% | - |
| XYZ | 54.98 | 66.23 | 68.28 | - |
| YUV | 206.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 206 | 0.22 | 0 | 0.08 | 0.13 | 159.18 | 0.43 | 0.78 |
| Hex | AE | DF | CE | 16 | 0 | 8 | D | 9F | 2B | 4E |
| Octal | 256 | 337 | 316 | 26 | 0 | 10 | 15 | 237 | 53 | 116 |
| Binary | 10101110 | 11011111 | 11001110 | 10110 | 0 | 1000 | 1101 | 10011111 | 101011 | 1001110 |
Color Harmonies of #AEDFCE
Complementary color
Monochromatic Colors of #AEDFCE
Black with #AEDFCE
Text Example
Text Example
White with #AEDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFCE; }
p { color: rgb(174,223,206); }
H1.HeaderClassName
{
color: #AEDFCE;
}
.AnyTagClassName
{
color: #AEDFCE;
}
</style>
background-color css
<style>
a { background-color: #AEDFCE; }
a { background-color: rgb(174,223,206); }
div.DivClassName
{
background-color: #AEDFCE;
}
.BgClassName
{
background-color: #AEDFCE;
}
</style>
border-color css
<style>
span { border-color: #AEDFCE; }
span { border-color: rgb(174,223,206); }
td.TdClassName
{
border-color: #AEDFCE;
}
.TagClassName
{
border-color: #AEDFCE;
}
</style>