Shades of Cruise #ADE0CB
Tints of Cruise #ADE0CB
RGB
CMYK
RGB Variations
Color information
#ADE0CB (or 0xADE0CB) is known color: Cruise. HEX triplet: AD, E0 and CB. RGB value is (173,224,203). Sum of RGB (Red+Green+Blue) = 173+224+203=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0CB is #521F34. Grayscale: #CECECE. Windows color (decimal): -5381941 or 13361325. OLE color: 13361325.
HSL color Cylindrical-coordinate representation of color #ADE0CB: hue angle of 155.29º 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 #ADE0CB is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 203 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.12 |
| HSL | 155.29º | 0.45% | 0.78% | - |
| HSV(B) | 155.29º | 0.23% | 0.88% | - |
| XYZ | 54.67 | 66.51 | 66.46 | - |
| YUV | 206.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 203 | 0.23 | 0 | 0.09 | 0.12 | 155.29 | 0.45 | 0.78 |
| Hex | AD | E0 | CB | 17 | 0 | 9 | C | 9B | 2D | 4E |
| Octal | 255 | 340 | 313 | 27 | 0 | 11 | 14 | 233 | 55 | 116 |
| Binary | 10101101 | 11100000 | 11001011 | 10111 | 0 | 1001 | 1100 | 10011011 | 101101 | 1001110 |
Color Harmonies of #ADE0CB
Complementary color
Monochromatic Colors of #ADE0CB
Black with #ADE0CB
Text Example
Text Example
White with #ADE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0CB; }
p { color: rgb(173,224,203); }
H1.HeaderClassName
{
color: #ADE0CB;
}
.AnyTagClassName
{
color: #ADE0CB;
}
</style>
background-color css
<style>
a { background-color: #ADE0CB; }
a { background-color: rgb(173,224,203); }
div.DivClassName
{
background-color: #ADE0CB;
}
.BgClassName
{
background-color: #ADE0CB;
}
</style>
border-color css
<style>
span { border-color: #ADE0CB; }
span { border-color: rgb(173,224,203); }
td.TdClassName
{
border-color: #ADE0CB;
}
.TagClassName
{
border-color: #ADE0CB;
}
</style>