Shades of Cruise #AFDDD0
Tints of Cruise #AFDDD0
RGB
CMYK
RGB Variations
Color information
#AFDDD0 (or 0xAFDDD0) is known color: Cruise. HEX triplet: AF, DD and D0. RGB value is (175,221,208). Sum of RGB (Red+Green+Blue) = 175+221+208=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDD0 is #50222F. Grayscale: #CDCDCD. Windows color (decimal): -5251632 or 13688239. OLE color: 13688239.
HSL color Cylindrical-coordinate representation of color #AFDDD0: hue angle of 163.04º 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 #AFDDD0 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 208 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.13 |
| HSL | 163.04º | 0.4% | 0.78% | - |
| HSV(B) | 163.04º | 0.21% | 0.87% | - |
| XYZ | 54.92 | 65.38 | 69.4 | - |
| YUV | 205.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 208 | 0.21 | 0 | 0.06 | 0.13 | 163.04 | 0.4 | 0.78 |
| Hex | AF | DD | D0 | 15 | 0 | 6 | D | A3 | 28 | 4E |
| Octal | 257 | 335 | 320 | 25 | 0 | 6 | 15 | 243 | 50 | 116 |
| Binary | 10101111 | 11011101 | 11010000 | 10101 | 0 | 110 | 1101 | 10100011 | 101000 | 1001110 |
Color Harmonies of #AFDDD0
Complementary color
Monochromatic Colors of #AFDDD0
Black with #AFDDD0
Text Example
Text Example
White with #AFDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDD0; }
p { color: rgb(175,221,208); }
H1.HeaderClassName
{
color: #AFDDD0;
}
.AnyTagClassName
{
color: #AFDDD0;
}
</style>
background-color css
<style>
a { background-color: #AFDDD0; }
a { background-color: rgb(175,221,208); }
div.DivClassName
{
background-color: #AFDDD0;
}
.BgClassName
{
background-color: #AFDDD0;
}
</style>
border-color css
<style>
span { border-color: #AFDDD0; }
span { border-color: rgb(175,221,208); }
td.TdClassName
{
border-color: #AFDDD0;
}
.TagClassName
{
border-color: #AFDDD0;
}
</style>