Shades of Cruise #ADE3CF
Tints of Cruise #ADE3CF
RGB
CMYK
RGB Variations
Color information
#ADE3CF (or 0xADE3CF) is known color: Cruise. HEX triplet: AD, E3 and CF. RGB value is (173,227,207). Sum of RGB (Red+Green+Blue) = 173+227+207=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3CF is #521C30. Grayscale: #D0D0D0. Windows color (decimal): -5381169 or 13624237. OLE color: 13624237.
HSL color Cylindrical-coordinate representation of color #ADE3CF: hue angle of 157.78º 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 #ADE3CF is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 207 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.11 |
| HSL | 157.78º | 0.49% | 0.78% | - |
| HSV(B) | 157.78º | 0.24% | 0.89% | - |
| XYZ | 55.97 | 68.33 | 69.27 | - |
| YUV | 208.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 207 | 0.24 | 0 | 0.09 | 0.11 | 157.78 | 0.49 | 0.78 |
| Hex | AD | E3 | CF | 18 | 0 | 9 | B | 9E | 31 | 4E |
| Octal | 255 | 343 | 317 | 30 | 0 | 11 | 13 | 236 | 61 | 116 |
| Binary | 10101101 | 11100011 | 11001111 | 11000 | 0 | 1001 | 1011 | 10011110 | 110001 | 1001110 |
Color Harmonies of #ADE3CF
Complementary color
Monochromatic Colors of #ADE3CF
Black with #ADE3CF
Text Example
Text Example
White with #ADE3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3CF; }
p { color: rgb(173,227,207); }
H1.HeaderClassName
{
color: #ADE3CF;
}
.AnyTagClassName
{
color: #ADE3CF;
}
</style>
background-color css
<style>
a { background-color: #ADE3CF; }
a { background-color: rgb(173,227,207); }
div.DivClassName
{
background-color: #ADE3CF;
}
.BgClassName
{
background-color: #ADE3CF;
}
</style>
border-color css
<style>
span { border-color: #ADE3CF; }
span { border-color: rgb(173,227,207); }
td.TdClassName
{
border-color: #ADE3CF;
}
.TagClassName
{
border-color: #ADE3CF;
}
</style>