Shades of Cruise #ADDDC9
Tints of Cruise #ADDDC9
RGB
CMYK
RGB Variations
Color information
#ADDDC9 (or 0xADDDC9) is known color: Cruise. HEX triplet: AD, DD and C9. RGB value is (173,221,201). Sum of RGB (Red+Green+Blue) = 173+221+201=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDC9 is #522236. Grayscale: #CCCCCC. Windows color (decimal): -5382711 or 13229485. OLE color: 13229485.
HSL color Cylindrical-coordinate representation of color #ADDDC9: hue angle of 155º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDC9 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 201 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.13 |
| HSL | 155º | 0.41% | 0.77% | - |
| HSV(B) | 155º | 0.22% | 0.87% | - |
| XYZ | 53.63 | 64.81 | 64.94 | - |
| YUV | 204.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 201 | 0.22 | 0 | 0.09 | 0.13 | 155 | 0.41 | 0.77 |
| Hex | AD | DD | C9 | 16 | 0 | 9 | D | 9B | 29 | 4D |
| Octal | 255 | 335 | 311 | 26 | 0 | 11 | 15 | 233 | 51 | 115 |
| Binary | 10101101 | 11011101 | 11001001 | 10110 | 0 | 1001 | 1101 | 10011011 | 101001 | 1001101 |
Color Harmonies of #ADDDC9
Complementary color
Monochromatic Colors of #ADDDC9
Black with #ADDDC9
Text Example
Text Example
White with #ADDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDC9; }
p { color: rgb(173,221,201); }
H1.HeaderClassName
{
color: #ADDDC9;
}
.AnyTagClassName
{
color: #ADDDC9;
}
</style>
background-color css
<style>
a { background-color: #ADDDC9; }
a { background-color: rgb(173,221,201); }
div.DivClassName
{
background-color: #ADDDC9;
}
.BgClassName
{
background-color: #ADDDC9;
}
</style>
border-color css
<style>
span { border-color: #ADDDC9; }
span { border-color: rgb(173,221,201); }
td.TdClassName
{
border-color: #ADDDC9;
}
.TagClassName
{
border-color: #ADDDC9;
}
</style>