Shades of Cruise #AFE4CF
Tints of Cruise #AFE4CF
RGB
CMYK
RGB Variations
Color information
#AFE4CF (or 0xAFE4CF) is known color: Cruise. HEX triplet: AF, E4 and CF. RGB value is (175,228,207). Sum of RGB (Red+Green+Blue) = 175+228+207=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4CF is #501B30. Grayscale: #D1D1D1. Windows color (decimal): -5249841 or 13624495. OLE color: 13624495.
HSL color Cylindrical-coordinate representation of color #AFE4CF: hue angle of 156.23º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE4CF is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 207 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.11 |
| HSL | 156.23º | 0.5% | 0.79% | - |
| HSV(B) | 156.23º | 0.23% | 0.89% | - |
| XYZ | 56.69 | 69.11 | 69.38 | - |
| YUV | 209.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 207 | 0.23 | 0 | 0.09 | 0.11 | 156.23 | 0.5 | 0.79 |
| Hex | AF | E4 | CF | 17 | 0 | 9 | B | 9C | 32 | 4F |
| Octal | 257 | 344 | 317 | 27 | 0 | 11 | 13 | 234 | 62 | 117 |
| Binary | 10101111 | 11100100 | 11001111 | 10111 | 0 | 1001 | 1011 | 10011100 | 110010 | 1001111 |
Color Harmonies of #AFE4CF
Complementary color
Monochromatic Colors of #AFE4CF
Black with #AFE4CF
Text Example
Text Example
White with #AFE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE4CF; }
p { color: rgb(175,228,207); }
H1.HeaderClassName
{
color: #AFE4CF;
}
.AnyTagClassName
{
color: #AFE4CF;
}
</style>
background-color css
<style>
a { background-color: #AFE4CF; }
a { background-color: rgb(175,228,207); }
div.DivClassName
{
background-color: #AFE4CF;
}
.BgClassName
{
background-color: #AFE4CF;
}
</style>
border-color css
<style>
span { border-color: #AFE4CF; }
span { border-color: rgb(175,228,207); }
td.TdClassName
{
border-color: #AFE4CF;
}
.TagClassName
{
border-color: #AFE4CF;
}
</style>