Shades of Cruise #AFE3CF
Tints of Cruise #AFE3CF
RGB
CMYK
RGB Variations
Color information
#AFE3CF (or 0xAFE3CF) is known color: Cruise. HEX triplet: AF, E3 and CF. RGB value is (175,227,207). Sum of RGB (Red+Green+Blue) = 175+227+207=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3CF is #501C30. Grayscale: #D1D1D1. Windows color (decimal): -5250097 or 13624239. OLE color: 13624239.
HSL color Cylindrical-coordinate representation of color #AFE3CF: hue angle of 156.92º degrees, saturation: 0.48, 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 #AFE3CF is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 207 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.11 |
| HSL | 156.92º | 0.48% | 0.79% | - |
| HSV(B) | 156.92º | 0.23% | 0.89% | - |
| XYZ | 56.41 | 68.56 | 69.29 | - |
| YUV | 209.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 207 | 0.23 | 0 | 0.09 | 0.11 | 156.92 | 0.48 | 0.79 |
| Hex | AF | E3 | CF | 17 | 0 | 9 | B | 9D | 30 | 4F |
| Octal | 257 | 343 | 317 | 27 | 0 | 11 | 13 | 235 | 60 | 117 |
| Binary | 10101111 | 11100011 | 11001111 | 10111 | 0 | 1001 | 1011 | 10011101 | 110000 | 1001111 |
Color Harmonies of #AFE3CF
Complementary color
Monochromatic Colors of #AFE3CF
Black with #AFE3CF
Text Example
Text Example
White with #AFE3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3CF; }
p { color: rgb(175,227,207); }
H1.HeaderClassName
{
color: #AFE3CF;
}
.AnyTagClassName
{
color: #AFE3CF;
}
</style>
background-color css
<style>
a { background-color: #AFE3CF; }
a { background-color: rgb(175,227,207); }
div.DivClassName
{
background-color: #AFE3CF;
}
.BgClassName
{
background-color: #AFE3CF;
}
</style>
border-color css
<style>
span { border-color: #AFE3CF; }
span { border-color: rgb(175,227,207); }
td.TdClassName
{
border-color: #AFE3CF;
}
.TagClassName
{
border-color: #AFE3CF;
}
</style>