Shades of Cruise #AFDDC9
Tints of Cruise #AFDDC9
RGB
CMYK
RGB Variations
Color information
#AFDDC9 (or 0xAFDDC9) is known color: Cruise. HEX triplet: AF, DD and C9. RGB value is (175,221,201). Sum of RGB (Red+Green+Blue) = 175+221+201=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC9 is #502236. Grayscale: #CDCDCD. Windows color (decimal): -5251639 or 13229487. OLE color: 13229487.
HSL color Cylindrical-coordinate representation of color #AFDDC9: hue angle of 153.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDC9 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 201 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.13 |
| HSL | 153.91º | 0.4% | 0.78% | - |
| HSV(B) | 153.91º | 0.21% | 0.87% | - |
| XYZ | 54.08 | 65.04 | 64.96 | - |
| YUV | 204.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 201 | 0.21 | 0 | 0.09 | 0.13 | 153.91 | 0.4 | 0.78 |
| Hex | AF | DD | C9 | 15 | 0 | 9 | D | 9A | 28 | 4E |
| Octal | 257 | 335 | 311 | 25 | 0 | 11 | 15 | 232 | 50 | 116 |
| Binary | 10101111 | 11011101 | 11001001 | 10101 | 0 | 1001 | 1101 | 10011010 | 101000 | 1001110 |
Color Harmonies of #AFDDC9
Complementary color
Monochromatic Colors of #AFDDC9
Black with #AFDDC9
Text Example
Text Example
White with #AFDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDC9; }
p { color: rgb(175,221,201); }
H1.HeaderClassName
{
color: #AFDDC9;
}
.AnyTagClassName
{
color: #AFDDC9;
}
</style>
background-color css
<style>
a { background-color: #AFDDC9; }
a { background-color: rgb(175,221,201); }
div.DivClassName
{
background-color: #AFDDC9;
}
.BgClassName
{
background-color: #AFDDC9;
}
</style>
border-color css
<style>
span { border-color: #AFDDC9; }
span { border-color: rgb(175,221,201); }
td.TdClassName
{
border-color: #AFDDC9;
}
.TagClassName
{
border-color: #AFDDC9;
}
</style>