Shades of Cruise #AFDFCC
Tints of Cruise #AFDFCC
RGB
CMYK
RGB Variations
Color information
#AFDFCC (or 0xAFDFCC) is known color: Cruise. HEX triplet: AF, DF and CC. RGB value is (175,223,204). Sum of RGB (Red+Green+Blue) = 175+223+204=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFCC is #502033. Grayscale: #CECECE. Windows color (decimal): -5251124 or 13426607. OLE color: 13426607.
HSL color Cylindrical-coordinate representation of color #AFDFCC: hue angle of 156.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFCC is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 204 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.13 |
| HSL | 156.25º | 0.43% | 0.78% | - |
| HSV(B) | 156.25º | 0.22% | 0.87% | - |
| XYZ | 54.97 | 66.25 | 67.02 | - |
| YUV | 206.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 204 | 0.22 | 0 | 0.09 | 0.13 | 156.25 | 0.43 | 0.78 |
| Hex | AF | DF | CC | 16 | 0 | 9 | D | 9C | 2B | 4E |
| Octal | 257 | 337 | 314 | 26 | 0 | 11 | 15 | 234 | 53 | 116 |
| Binary | 10101111 | 11011111 | 11001100 | 10110 | 0 | 1001 | 1101 | 10011100 | 101011 | 1001110 |
Color Harmonies of #AFDFCC
Complementary color
Monochromatic Colors of #AFDFCC
Black with #AFDFCC
Text Example
Text Example
White with #AFDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFCC; }
p { color: rgb(175,223,204); }
H1.HeaderClassName
{
color: #AFDFCC;
}
.AnyTagClassName
{
color: #AFDFCC;
}
</style>
background-color css
<style>
a { background-color: #AFDFCC; }
a { background-color: rgb(175,223,204); }
div.DivClassName
{
background-color: #AFDFCC;
}
.BgClassName
{
background-color: #AFDFCC;
}
</style>
border-color css
<style>
span { border-color: #AFDFCC; }
span { border-color: rgb(175,223,204); }
td.TdClassName
{
border-color: #AFDFCC;
}
.TagClassName
{
border-color: #AFDFCC;
}
</style>