Shades of Cruise #ADE1CF
Tints of Cruise #ADE1CF
RGB
CMYK
RGB Variations
Color information
#ADE1CF (or 0xADE1CF) is known color: Cruise. HEX triplet: AD, E1 and CF. RGB value is (173,225,207). Sum of RGB (Red+Green+Blue) = 173+225+207=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1CF is #521E30. Grayscale: #CFCFCF. Windows color (decimal): -5381681 or 13623725. OLE color: 13623725.
HSL color Cylindrical-coordinate representation of color #ADE1CF: hue angle of 159.23º degrees, saturation: 0.46, 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 #ADE1CF is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 207 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.12 |
| HSL | 159.23º | 0.46% | 0.78% | - |
| HSV(B) | 159.23º | 0.23% | 0.88% | - |
| XYZ | 55.42 | 67.24 | 69.09 | - |
| YUV | 207.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 207 | 0.23 | 0 | 0.08 | 0.12 | 159.23 | 0.46 | 0.78 |
| Hex | AD | E1 | CF | 17 | 0 | 8 | C | 9F | 2E | 4E |
| Octal | 255 | 341 | 317 | 27 | 0 | 10 | 14 | 237 | 56 | 116 |
| Binary | 10101101 | 11100001 | 11001111 | 10111 | 0 | 1000 | 1100 | 10011111 | 101110 | 1001110 |
Color Harmonies of #ADE1CF
Complementary color
Monochromatic Colors of #ADE1CF
Black with #ADE1CF
Text Example
Text Example
White with #ADE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1CF; }
p { color: rgb(173,225,207); }
H1.HeaderClassName
{
color: #ADE1CF;
}
.AnyTagClassName
{
color: #ADE1CF;
}
</style>
background-color css
<style>
a { background-color: #ADE1CF; }
a { background-color: rgb(173,225,207); }
div.DivClassName
{
background-color: #ADE1CF;
}
.BgClassName
{
background-color: #ADE1CF;
}
</style>
border-color css
<style>
span { border-color: #ADE1CF; }
span { border-color: rgb(173,225,207); }
td.TdClassName
{
border-color: #ADE1CF;
}
.TagClassName
{
border-color: #ADE1CF;
}
</style>