Shades of Cruise #ADE0CC
Tints of Cruise #ADE0CC
RGB
CMYK
RGB Variations
Color information
#ADE0CC (or 0xADE0CC) is known color: Cruise. HEX triplet: AD, E0 and CC. RGB value is (173,224,204). Sum of RGB (Red+Green+Blue) = 173+224+204=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0CC is #521F33. Grayscale: #CECECE. Windows color (decimal): -5381940 or 13426861. OLE color: 13426861.
HSL color Cylindrical-coordinate representation of color #ADE0CC: hue angle of 156.47º degrees, saturation: 0.45, 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 #ADE0CC is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 204 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.12 |
| HSL | 156.47º | 0.45% | 0.78% | - |
| HSV(B) | 156.47º | 0.23% | 0.88% | - |
| XYZ | 54.79 | 66.56 | 67.09 | - |
| YUV | 206.47 | 126.6 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 204 | 0.23 | 0 | 0.09 | 0.12 | 156.47 | 0.45 | 0.78 |
| Hex | AD | E0 | CC | 17 | 0 | 9 | C | 9C | 2D | 4E |
| Octal | 255 | 340 | 314 | 27 | 0 | 11 | 14 | 234 | 55 | 116 |
| Binary | 10101101 | 11100000 | 11001100 | 10111 | 0 | 1001 | 1100 | 10011100 | 101101 | 1001110 |
Color Harmonies of #ADE0CC
Complementary color
Monochromatic Colors of #ADE0CC
Black with #ADE0CC
Text Example
Text Example
White with #ADE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0CC; }
p { color: rgb(173,224,204); }
H1.HeaderClassName
{
color: #ADE0CC;
}
.AnyTagClassName
{
color: #ADE0CC;
}
</style>
background-color css
<style>
a { background-color: #ADE0CC; }
a { background-color: rgb(173,224,204); }
div.DivClassName
{
background-color: #ADE0CC;
}
.BgClassName
{
background-color: #ADE0CC;
}
</style>
border-color css
<style>
span { border-color: #ADE0CC; }
span { border-color: rgb(173,224,204); }
td.TdClassName
{
border-color: #ADE0CC;
}
.TagClassName
{
border-color: #ADE0CC;
}
</style>