Shades of Cruise #ADE3CE
Tints of Cruise #ADE3CE
RGB
CMYK
RGB Variations
Color information
#ADE3CE (or 0xADE3CE) is known color: Cruise. HEX triplet: AD, E3 and CE. RGB value is (173,227,206). Sum of RGB (Red+Green+Blue) = 173+227+206=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3CE is #521C31. Grayscale: #D0D0D0. Windows color (decimal): -5381170 or 13558701. OLE color: 13558701.
HSL color Cylindrical-coordinate representation of color #ADE3CE: hue angle of 156.67º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE3CE is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 206 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.11 |
| HSL | 156.67º | 0.49% | 0.78% | - |
| HSV(B) | 156.67º | 0.24% | 0.89% | - |
| XYZ | 55.84 | 68.28 | 68.63 | - |
| YUV | 208.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 206 | 0.24 | 0 | 0.09 | 0.11 | 156.67 | 0.49 | 0.78 |
| Hex | AD | E3 | CE | 18 | 0 | 9 | B | 9D | 31 | 4E |
| Octal | 255 | 343 | 316 | 30 | 0 | 11 | 13 | 235 | 61 | 116 |
| Binary | 10101101 | 11100011 | 11001110 | 11000 | 0 | 1001 | 1011 | 10011101 | 110001 | 1001110 |
Color Harmonies of #ADE3CE
Complementary color
Monochromatic Colors of #ADE3CE
Black with #ADE3CE
Text Example
Text Example
White with #ADE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3CE; }
p { color: rgb(173,227,206); }
H1.HeaderClassName
{
color: #ADE3CE;
}
.AnyTagClassName
{
color: #ADE3CE;
}
</style>
background-color css
<style>
a { background-color: #ADE3CE; }
a { background-color: rgb(173,227,206); }
div.DivClassName
{
background-color: #ADE3CE;
}
.BgClassName
{
background-color: #ADE3CE;
}
</style>
border-color css
<style>
span { border-color: #ADE3CE; }
span { border-color: rgb(173,227,206); }
td.TdClassName
{
border-color: #ADE3CE;
}
.TagClassName
{
border-color: #ADE3CE;
}
</style>