Shades of Cruise #AFE5D1
Tints of Cruise #AFE5D1
RGB
CMYK
RGB Variations
Color information
#AFE5D1 (or 0xAFE5D1) is known color: Cruise. HEX triplet: AF, E5 and D1. RGB value is (175,229,209). Sum of RGB (Red+Green+Blue) = 175+229+209=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5D1 is #501A2E. Grayscale: #D2D2D2. Windows color (decimal): -5249583 or 13755823. OLE color: 13755823.
HSL color Cylindrical-coordinate representation of color #AFE5D1: hue angle of 157.78º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5D1 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 209 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.10 |
| HSL | 157.78º | 0.51% | 0.79% | - |
| HSV(B) | 157.78º | 0.24% | 0.9% | - |
| XYZ | 57.21 | 69.76 | 70.77 | - |
| YUV | 210.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 209 | 0.24 | 0 | 0.09 | 0.10 | 157.78 | 0.51 | 0.79 |
| Hex | AF | E5 | D1 | 18 | 0 | 9 | A | 9E | 33 | 4F |
| Octal | 257 | 345 | 321 | 30 | 0 | 11 | 12 | 236 | 63 | 117 |
| Binary | 10101111 | 11100101 | 11010001 | 11000 | 0 | 1001 | 1010 | 10011110 | 110011 | 1001111 |
Color Harmonies of #AFE5D1
Complementary color
Monochromatic Colors of #AFE5D1
Black with #AFE5D1
Text Example
Text Example
White with #AFE5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5D1; }
p { color: rgb(175,229,209); }
H1.HeaderClassName
{
color: #AFE5D1;
}
.AnyTagClassName
{
color: #AFE5D1;
}
</style>
background-color css
<style>
a { background-color: #AFE5D1; }
a { background-color: rgb(175,229,209); }
div.DivClassName
{
background-color: #AFE5D1;
}
.BgClassName
{
background-color: #AFE5D1;
}
</style>
border-color css
<style>
span { border-color: #AFE5D1; }
span { border-color: rgb(175,229,209); }
td.TdClassName
{
border-color: #AFE5D1;
}
.TagClassName
{
border-color: #AFE5D1;
}
</style>