Shades of Cruise #ADE2CE
Tints of Cruise #ADE2CE
RGB
CMYK
RGB Variations
Color information
#ADE2CE (or 0xADE2CE) is known color: Cruise. HEX triplet: AD, E2 and CE. RGB value is (173,226,206). Sum of RGB (Red+Green+Blue) = 173+226+206=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2CE is #521D31. Grayscale: #CFCFCF. Windows color (decimal): -5381426 or 13558445. OLE color: 13558445.
HSL color Cylindrical-coordinate representation of color #ADE2CE: hue angle of 157.36º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2CE is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 173 | 226 | 206 | - |
CMYK | 0.23 | 0 | 0.09 | 0.11 |
HSL | 157.36º | 0.48% | 0.78% | - |
HSV(B) | 157.36º | 0.23% | 0.89% | - |
XYZ | 55.57 | 67.73 | 68.54 | - |
YUV | 207.87 | 126.94 | 103.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 226 | 206 | 0.23 | 0 | 0.09 | 0.11 | 157.36 | 0.48 | 0.78 |
Hex | AD | E2 | CE | 17 | 0 | 9 | B | 9D | 30 | 4E |
Octal | 255 | 342 | 316 | 27 | 0 | 11 | 13 | 235 | 60 | 116 |
Binary | 10101101 | 11100010 | 11001110 | 10111 | 0 | 1001 | 1011 | 10011101 | 110000 | 1001110 |
Color Harmonies of #ADE2CE
Complementary color
Monochromatic Colors of #ADE2CE
Black with #ADE2CE
Text Example
Text Example
White with #ADE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2CE; }
p { color: rgb(173,226,206); }
H1.HeaderClassName
{
color: #ADE2CE;
}
.AnyTagClassName
{
color: #ADE2CE;
}
</style>
background-color css
<style>
a { background-color: #ADE2CE; }
a { background-color: rgb(173,226,206); }
div.DivClassName
{
background-color: #ADE2CE;
}
.BgClassName
{
background-color: #ADE2CE;
}
</style>
border-color css
<style>
span { border-color: #ADE2CE; }
span { border-color: rgb(173,226,206); }
td.TdClassName
{
border-color: #ADE2CE;
}
.TagClassName
{
border-color: #ADE2CE;
}
</style>