Shades of Cruise #AFE4D3
Tints of Cruise #AFE4D3
RGB
CMYK
RGB Variations
Color information
#AFE4D3 (or 0xAFE4D3) is known color: Cruise. HEX triplet: AF, E4 and D3. RGB value is (175,228,211). Sum of RGB (Red+Green+Blue) = 175+228+211=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4D3 is #501B2C. Grayscale: #D2D2D2. Windows color (decimal): -5249837 or 13886639. OLE color: 13886639.
HSL color Cylindrical-coordinate representation of color #AFE4D3: hue angle of 160.75º 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 #AFE4D3 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 211 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.11 |
| HSL | 160.75º | 0.5% | 0.79% | - |
| HSV(B) | 160.75º | 0.23% | 0.89% | - |
| XYZ | 57.18 | 69.3 | 71.99 | - |
| YUV | 210.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 211 | 0.23 | 0 | 0.07 | 0.11 | 160.75 | 0.5 | 0.79 |
| Hex | AF | E4 | D3 | 17 | 0 | 7 | B | A1 | 32 | 4F |
| Octal | 257 | 344 | 323 | 27 | 0 | 7 | 13 | 241 | 62 | 117 |
| Binary | 10101111 | 11100100 | 11010011 | 10111 | 0 | 111 | 1011 | 10100001 | 110010 | 1001111 |
Color Harmonies of #AFE4D3
Complementary color
Monochromatic Colors of #AFE4D3
Black with #AFE4D3
Text Example
Text Example
White with #AFE4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE4D3; }
p { color: rgb(175,228,211); }
H1.HeaderClassName
{
color: #AFE4D3;
}
.AnyTagClassName
{
color: #AFE4D3;
}
</style>
background-color css
<style>
a { background-color: #AFE4D3; }
a { background-color: rgb(175,228,211); }
div.DivClassName
{
background-color: #AFE4D3;
}
.BgClassName
{
background-color: #AFE4D3;
}
</style>
border-color css
<style>
span { border-color: #AFE4D3; }
span { border-color: rgb(175,228,211); }
td.TdClassName
{
border-color: #AFE4D3;
}
.TagClassName
{
border-color: #AFE4D3;
}
</style>