Shades of Cruise #AFDECF
Tints of Cruise #AFDECF
RGB
CMYK
RGB Variations
Color information
#AFDECF (or 0xAFDECF) is known color: Cruise. HEX triplet: AF, DE and CF. RGB value is (175,222,207). Sum of RGB (Red+Green+Blue) = 175+222+207=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDECF is #502130. Grayscale: #CECECE. Windows color (decimal): -5251377 or 13622959. OLE color: 13622959.
HSL color Cylindrical-coordinate representation of color #AFDECF: hue angle of 160.85º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDECF is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 207 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.13 |
| HSL | 160.85º | 0.42% | 0.78% | - |
| HSV(B) | 160.85º | 0.21% | 0.87% | - |
| XYZ | 55.06 | 65.86 | 68.84 | - |
| YUV | 206.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 207 | 0.21 | 0 | 0.07 | 0.13 | 160.85 | 0.42 | 0.78 |
| Hex | AF | DE | CF | 15 | 0 | 7 | D | A1 | 2A | 4E |
| Octal | 257 | 336 | 317 | 25 | 0 | 7 | 15 | 241 | 52 | 116 |
| Binary | 10101111 | 11011110 | 11001111 | 10101 | 0 | 111 | 1101 | 10100001 | 101010 | 1001110 |
Color Harmonies of #AFDECF
Complementary color
Monochromatic Colors of #AFDECF
Black with #AFDECF
Text Example
Text Example
White with #AFDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDECF; }
p { color: rgb(175,222,207); }
H1.HeaderClassName
{
color: #AFDECF;
}
.AnyTagClassName
{
color: #AFDECF;
}
</style>
background-color css
<style>
a { background-color: #AFDECF; }
a { background-color: rgb(175,222,207); }
div.DivClassName
{
background-color: #AFDECF;
}
.BgClassName
{
background-color: #AFDECF;
}
</style>
border-color css
<style>
span { border-color: #AFDECF; }
span { border-color: rgb(175,222,207); }
td.TdClassName
{
border-color: #AFDECF;
}
.TagClassName
{
border-color: #AFDECF;
}
</style>