Shades of Cruise #ADE0CD
Tints of Cruise #ADE0CD
RGB
CMYK
RGB Variations
Color information
#ADE0CD (or 0xADE0CD) is known color: Cruise. HEX triplet: AD, E0 and CD. RGB value is (173,224,205). Sum of RGB (Red+Green+Blue) = 173+224+205=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0CD is #521F32. Grayscale: #CECECE. Windows color (decimal): -5381939 or 13492397. OLE color: 13492397.
HSL color Cylindrical-coordinate representation of color #ADE0CD: hue angle of 157.65º 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 #ADE0CD is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 205 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.12 |
| HSL | 157.65º | 0.45% | 0.78% | - |
| HSV(B) | 157.65º | 0.23% | 0.88% | - |
| XYZ | 54.91 | 66.6 | 67.72 | - |
| YUV | 206.59 | 127.1 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 205 | 0.23 | 0 | 0.08 | 0.12 | 157.65 | 0.45 | 0.78 |
| Hex | AD | E0 | CD | 17 | 0 | 8 | C | 9E | 2D | 4E |
| Octal | 255 | 340 | 315 | 27 | 0 | 10 | 14 | 236 | 55 | 116 |
| Binary | 10101101 | 11100000 | 11001101 | 10111 | 0 | 1000 | 1100 | 10011110 | 101101 | 1001110 |
Color Harmonies of #ADE0CD
Complementary color
Monochromatic Colors of #ADE0CD
Black with #ADE0CD
Text Example
Text Example
White with #ADE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0CD; }
p { color: rgb(173,224,205); }
H1.HeaderClassName
{
color: #ADE0CD;
}
.AnyTagClassName
{
color: #ADE0CD;
}
</style>
background-color css
<style>
a { background-color: #ADE0CD; }
a { background-color: rgb(173,224,205); }
div.DivClassName
{
background-color: #ADE0CD;
}
.BgClassName
{
background-color: #ADE0CD;
}
</style>
border-color css
<style>
span { border-color: #ADE0CD; }
span { border-color: rgb(173,224,205); }
td.TdClassName
{
border-color: #ADE0CD;
}
.TagClassName
{
border-color: #ADE0CD;
}
</style>