Shades of Cruise #AFE3D1
Tints of Cruise #AFE3D1
RGB
CMYK
RGB Variations
Color information
#AFE3D1 (or 0xAFE3D1) is known color: Cruise. HEX triplet: AF, E3 and D1. RGB value is (175,227,209). Sum of RGB (Red+Green+Blue) = 175+227+209=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3D1 is #501C2E. Grayscale: #D1D1D1. Windows color (decimal): -5250095 or 13755311. OLE color: 13755311.
HSL color Cylindrical-coordinate representation of color #AFE3D1: hue angle of 159.23º 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 #AFE3D1 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 209 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.11 |
| HSL | 159.23º | 0.48% | 0.79% | - |
| HSV(B) | 159.23º | 0.23% | 0.89% | - |
| XYZ | 56.66 | 68.66 | 70.59 | - |
| YUV | 209.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 209 | 0.23 | 0 | 0.08 | 0.11 | 159.23 | 0.48 | 0.79 |
| Hex | AF | E3 | D1 | 17 | 0 | 8 | B | 9F | 30 | 4F |
| Octal | 257 | 343 | 321 | 27 | 0 | 10 | 13 | 237 | 60 | 117 |
| Binary | 10101111 | 11100011 | 11010001 | 10111 | 0 | 1000 | 1011 | 10011111 | 110000 | 1001111 |
Color Harmonies of #AFE3D1
Complementary color
Monochromatic Colors of #AFE3D1
Black with #AFE3D1
Text Example
Text Example
White with #AFE3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3D1; }
p { color: rgb(175,227,209); }
H1.HeaderClassName
{
color: #AFE3D1;
}
.AnyTagClassName
{
color: #AFE3D1;
}
</style>
background-color css
<style>
a { background-color: #AFE3D1; }
a { background-color: rgb(175,227,209); }
div.DivClassName
{
background-color: #AFE3D1;
}
.BgClassName
{
background-color: #AFE3D1;
}
</style>
border-color css
<style>
span { border-color: #AFE3D1; }
span { border-color: rgb(175,227,209); }
td.TdClassName
{
border-color: #AFE3D1;
}
.TagClassName
{
border-color: #AFE3D1;
}
</style>