Shades of Cruise #AFE4D0
Tints of Cruise #AFE4D0
RGB
CMYK
RGB Variations
Color information
#AFE4D0 (or 0xAFE4D0) is known color: Cruise. HEX triplet: AF, E4 and D0. RGB value is (175,228,208). Sum of RGB (Red+Green+Blue) = 175+228+208=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4D0 is #501B2F. Grayscale: #D1D1D1. Windows color (decimal): -5249840 or 13690031. OLE color: 13690031.
HSL color Cylindrical-coordinate representation of color #AFE4D0: hue angle of 157.36º 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 #AFE4D0 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 175 | 228 | 208 | - |
CMYK | 0.23 | 0 | 0.09 | 0.11 |
HSL | 157.36º | 0.5% | 0.79% | - |
HSV(B) | 157.36º | 0.23% | 0.89% | - |
XYZ | 56.81 | 69.15 | 70.03 | - |
YUV | 209.87 | 126.94 | 103.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 228 | 208 | 0.23 | 0 | 0.09 | 0.11 | 157.36 | 0.5 | 0.79 |
Hex | AF | E4 | D0 | 17 | 0 | 9 | B | 9D | 32 | 4F |
Octal | 257 | 344 | 320 | 27 | 0 | 11 | 13 | 235 | 62 | 117 |
Binary | 10101111 | 11100100 | 11010000 | 10111 | 0 | 1001 | 1011 | 10011101 | 110010 | 1001111 |
Color Harmonies of #AFE4D0
Complementary color
Monochromatic Colors of #AFE4D0
Black with #AFE4D0
Text Example
Text Example
White with #AFE4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE4D0; }
p { color: rgb(175,228,208); }
H1.HeaderClassName
{
color: #AFE4D0;
}
.AnyTagClassName
{
color: #AFE4D0;
}
</style>
background-color css
<style>
a { background-color: #AFE4D0; }
a { background-color: rgb(175,228,208); }
div.DivClassName
{
background-color: #AFE4D0;
}
.BgClassName
{
background-color: #AFE4D0;
}
</style>
border-color css
<style>
span { border-color: #AFE4D0; }
span { border-color: rgb(175,228,208); }
td.TdClassName
{
border-color: #AFE4D0;
}
.TagClassName
{
border-color: #AFE4D0;
}
</style>