Shades of Cruise #A9DDC8
Tints of Cruise #A9DDC8
RGB
CMYK
RGB Variations
Color information
#A9DDC8 (or 0xA9DDC8) is known color: Cruise. HEX triplet: A9, DD and C8. RGB value is (169,221,200). Sum of RGB (Red+Green+Blue) = 169+221+200=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDC8 is #562237. Grayscale: #CBCBCB. Windows color (decimal): -5644856 or 13163945. OLE color: 13163945.
HSL color Cylindrical-coordinate representation of color #A9DDC8: hue angle of 155.77º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DDC8 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 221 | 200 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.13 |
| HSL | 155.77º | 0.43% | 0.76% | - |
| HSV(B) | 155.77º | 0.24% | 0.87% | - |
| XYZ | 52.64 | 64.32 | 64.28 | - |
| YUV | 203.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 221 | 200 | 0.24 | 0 | 0.10 | 0.13 | 155.77 | 0.43 | 0.76 |
| Hex | A9 | DD | C8 | 18 | 0 | A | D | 9C | 2B | 4C |
| Octal | 251 | 335 | 310 | 30 | 0 | 12 | 15 | 234 | 53 | 114 |
| Binary | 10101001 | 11011101 | 11001000 | 11000 | 0 | 1010 | 1101 | 10011100 | 101011 | 1001100 |
Color Harmonies of #A9DDC8
Complementary color
Monochromatic Colors of #A9DDC8
Black with #A9DDC8
Text Example
Text Example
White with #A9DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DDC8; }
p { color: rgb(169,221,200); }
H1.HeaderClassName
{
color: #A9DDC8;
}
.AnyTagClassName
{
color: #A9DDC8;
}
</style>
background-color css
<style>
a { background-color: #A9DDC8; }
a { background-color: rgb(169,221,200); }
div.DivClassName
{
background-color: #A9DDC8;
}
.BgClassName
{
background-color: #A9DDC8;
}
</style>
border-color css
<style>
span { border-color: #A9DDC8; }
span { border-color: rgb(169,221,200); }
td.TdClassName
{
border-color: #A9DDC8;
}
.TagClassName
{
border-color: #A9DDC8;
}
</style>