Shades of Cruise #ADE1CC
Tints of Cruise #ADE1CC
RGB
CMYK
RGB Variations
Color information
#ADE1CC (or 0xADE1CC) is known color: Cruise. HEX triplet: AD, E1 and CC. RGB value is (173,225,204). Sum of RGB (Red+Green+Blue) = 173+225+204=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1CC is #521E33. Grayscale: #CFCFCF. Windows color (decimal): -5381684 or 13427117. OLE color: 13427117.
HSL color Cylindrical-coordinate representation of color #ADE1CC: hue angle of 155.77º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE1CC is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 204 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.12 |
| HSL | 155.77º | 0.46% | 0.78% | - |
| HSV(B) | 155.77º | 0.23% | 0.88% | - |
| XYZ | 55.06 | 67.09 | 67.18 | - |
| YUV | 207.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 204 | 0.23 | 0 | 0.09 | 0.12 | 155.77 | 0.46 | 0.78 |
| Hex | AD | E1 | CC | 17 | 0 | 9 | C | 9C | 2E | 4E |
| Octal | 255 | 341 | 314 | 27 | 0 | 11 | 14 | 234 | 56 | 116 |
| Binary | 10101101 | 11100001 | 11001100 | 10111 | 0 | 1001 | 1100 | 10011100 | 101110 | 1001110 |
Color Harmonies of #ADE1CC
Complementary color
Monochromatic Colors of #ADE1CC
Black with #ADE1CC
Text Example
Text Example
White with #ADE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1CC; }
p { color: rgb(173,225,204); }
H1.HeaderClassName
{
color: #ADE1CC;
}
.AnyTagClassName
{
color: #ADE1CC;
}
</style>
background-color css
<style>
a { background-color: #ADE1CC; }
a { background-color: rgb(173,225,204); }
div.DivClassName
{
background-color: #ADE1CC;
}
.BgClassName
{
background-color: #ADE1CC;
}
</style>
border-color css
<style>
span { border-color: #ADE1CC; }
span { border-color: rgb(173,225,204); }
td.TdClassName
{
border-color: #ADE1CC;
}
.TagClassName
{
border-color: #ADE1CC;
}
</style>