Shades of Cruise #AFE2CE
Tints of Cruise #AFE2CE
RGB
CMYK
RGB Variations
Color information
#AFE2CE (or 0xAFE2CE) is known color: Cruise. HEX triplet: AF, E2 and CE. RGB value is (175,226,206). Sum of RGB (Red+Green+Blue) = 175+226+206=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE2CE is #501D31. Grayscale: #D0D0D0. Windows color (decimal): -5250354 or 13558447. OLE color: 13558447.
HSL color Cylindrical-coordinate representation of color #AFE2CE: hue angle of 156.47º degrees, saturation: 0.47, 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 #AFE2CE is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 206 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.11 |
| HSL | 156.47º | 0.47% | 0.79% | - |
| HSV(B) | 156.47º | 0.23% | 0.89% | - |
| XYZ | 56.02 | 67.96 | 68.56 | - |
| YUV | 208.47 | 126.6 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 206 | 0.23 | 0 | 0.09 | 0.11 | 156.47 | 0.47 | 0.79 |
| Hex | AF | E2 | CE | 17 | 0 | 9 | B | 9C | 2F | 4F |
| Octal | 257 | 342 | 316 | 27 | 0 | 11 | 13 | 234 | 57 | 117 |
| Binary | 10101111 | 11100010 | 11001110 | 10111 | 0 | 1001 | 1011 | 10011100 | 101111 | 1001111 |
Color Harmonies of #AFE2CE
Complementary color
Monochromatic Colors of #AFE2CE
Black with #AFE2CE
Text Example
Text Example
White with #AFE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE2CE; }
p { color: rgb(175,226,206); }
H1.HeaderClassName
{
color: #AFE2CE;
}
.AnyTagClassName
{
color: #AFE2CE;
}
</style>
background-color css
<style>
a { background-color: #AFE2CE; }
a { background-color: rgb(175,226,206); }
div.DivClassName
{
background-color: #AFE2CE;
}
.BgClassName
{
background-color: #AFE2CE;
}
</style>
border-color css
<style>
span { border-color: #AFE2CE; }
span { border-color: rgb(175,226,206); }
td.TdClassName
{
border-color: #AFE2CE;
}
.TagClassName
{
border-color: #AFE2CE;
}
</style>