Shades of Cruise #A9DCC7
Tints of Cruise #A9DCC7
RGB
CMYK
RGB Variations
Color information
#A9DCC7 (or 0xA9DCC7) is known color: Cruise. HEX triplet: A9, DC and C7. RGB value is (169,220,199). Sum of RGB (Red+Green+Blue) = 169+220+199=588 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.74% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCC7 is #562338. Grayscale: #CACACA. Windows color (decimal): -5645113 or 13098153. OLE color: 13098153.
HSL color Cylindrical-coordinate representation of color #A9DCC7: hue angle of 155.29º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCC7 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 199 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.14 |
| HSL | 155.29º | 0.42% | 0.76% | - |
| HSV(B) | 155.29º | 0.23% | 0.86% | - |
| XYZ | 52.26 | 63.74 | 63.58 | - |
| YUV | 202.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 199 | 0.23 | 0 | 0.10 | 0.14 | 155.29 | 0.42 | 0.76 |
| Hex | A9 | DC | C7 | 17 | 0 | A | E | 9B | 2A | 4C |
| Octal | 251 | 334 | 307 | 27 | 0 | 12 | 16 | 233 | 52 | 114 |
| Binary | 10101001 | 11011100 | 11000111 | 10111 | 0 | 1010 | 1110 | 10011011 | 101010 | 1001100 |
Color Harmonies of #A9DCC7
Complementary color
Monochromatic Colors of #A9DCC7
Black with #A9DCC7
Text Example
Text Example
White with #A9DCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCC7; }
p { color: rgb(169,220,199); }
H1.HeaderClassName
{
color: #A9DCC7;
}
.AnyTagClassName
{
color: #A9DCC7;
}
</style>
background-color css
<style>
a { background-color: #A9DCC7; }
a { background-color: rgb(169,220,199); }
div.DivClassName
{
background-color: #A9DCC7;
}
.BgClassName
{
background-color: #A9DCC7;
}
</style>
border-color css
<style>
span { border-color: #A9DCC7; }
span { border-color: rgb(169,220,199); }
td.TdClassName
{
border-color: #A9DCC7;
}
.TagClassName
{
border-color: #A9DCC7;
}
</style>