Shades of Cruise #AFE1D0
Tints of Cruise #AFE1D0
RGB
CMYK
RGB Variations
Color information
#AFE1D0 (or 0xAFE1D0) is known color: Cruise. HEX triplet: AF, E1 and D0. RGB value is (175,225,208). Sum of RGB (Red+Green+Blue) = 175+225+208=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1D0 is #501E2F. Grayscale: #D0D0D0. Windows color (decimal): -5250608 or 13689263. OLE color: 13689263.
HSL color Cylindrical-coordinate representation of color #AFE1D0: hue angle of 159.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE1D0 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 208 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.12 |
| HSL | 159.6º | 0.45% | 0.78% | - |
| HSV(B) | 159.6º | 0.22% | 0.88% | - |
| XYZ | 55.99 | 67.52 | 69.76 | - |
| YUV | 208.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 208 | 0.22 | 0 | 0.08 | 0.12 | 159.6 | 0.45 | 0.78 |
| Hex | AF | E1 | D0 | 16 | 0 | 8 | C | A0 | 2D | 4E |
| Octal | 257 | 341 | 320 | 26 | 0 | 10 | 14 | 240 | 55 | 116 |
| Binary | 10101111 | 11100001 | 11010000 | 10110 | 0 | 1000 | 1100 | 10100000 | 101101 | 1001110 |
Color Harmonies of #AFE1D0
Complementary color
Monochromatic Colors of #AFE1D0
Black with #AFE1D0
Text Example
Text Example
White with #AFE1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE1D0; }
p { color: rgb(175,225,208); }
H1.HeaderClassName
{
color: #AFE1D0;
}
.AnyTagClassName
{
color: #AFE1D0;
}
</style>
background-color css
<style>
a { background-color: #AFE1D0; }
a { background-color: rgb(175,225,208); }
div.DivClassName
{
background-color: #AFE1D0;
}
.BgClassName
{
background-color: #AFE1D0;
}
</style>
border-color css
<style>
span { border-color: #AFE1D0; }
span { border-color: rgb(175,225,208); }
td.TdClassName
{
border-color: #AFE1D0;
}
.TagClassName
{
border-color: #AFE1D0;
}
</style>