Shades of Cruise #AFE0CC
Tints of Cruise #AFE0CC
RGB
CMYK
RGB Variations
Color information
#AFE0CC (or 0xAFE0CC) is known color: Cruise. HEX triplet: AF, E0 and CC. RGB value is (175,224,204). Sum of RGB (Red+Green+Blue) = 175+224+204=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0CC is #501F33. Grayscale: #CFCFCF. Windows color (decimal): -5250868 or 13426863. OLE color: 13426863.
HSL color Cylindrical-coordinate representation of color #AFE0CC: hue angle of 155.51º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0CC is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 204 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.12 |
| HSL | 155.51º | 0.44% | 0.78% | - |
| HSV(B) | 155.51º | 0.22% | 0.88% | - |
| XYZ | 55.23 | 66.78 | 67.11 | - |
| YUV | 207.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 204 | 0.22 | 0 | 0.09 | 0.12 | 155.51 | 0.44 | 0.78 |
| Hex | AF | E0 | CC | 16 | 0 | 9 | C | 9C | 2C | 4E |
| Octal | 257 | 340 | 314 | 26 | 0 | 11 | 14 | 234 | 54 | 116 |
| Binary | 10101111 | 11100000 | 11001100 | 10110 | 0 | 1001 | 1100 | 10011100 | 101100 | 1001110 |
Color Harmonies of #AFE0CC
Complementary color
Monochromatic Colors of #AFE0CC
Black with #AFE0CC
Text Example
Text Example
White with #AFE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE0CC; }
p { color: rgb(175,224,204); }
H1.HeaderClassName
{
color: #AFE0CC;
}
.AnyTagClassName
{
color: #AFE0CC;
}
</style>
background-color css
<style>
a { background-color: #AFE0CC; }
a { background-color: rgb(175,224,204); }
div.DivClassName
{
background-color: #AFE0CC;
}
.BgClassName
{
background-color: #AFE0CC;
}
</style>
border-color css
<style>
span { border-color: #AFE0CC; }
span { border-color: rgb(175,224,204); }
td.TdClassName
{
border-color: #AFE0CC;
}
.TagClassName
{
border-color: #AFE0CC;
}
</style>