Shades of Cruise #AFDBCB
Tints of Cruise #AFDBCB
RGB
CMYK
RGB Variations
Color information
#AFDBCB (or 0xAFDBCB) is known color: Cruise. HEX triplet: AF, DB and CB. RGB value is (175,219,203). Sum of RGB (Red+Green+Blue) = 175+219+203=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBCB is #502434. Grayscale: #CCCCCC. Windows color (decimal): -5252149 or 13360047. OLE color: 13360047.
HSL color Cylindrical-coordinate representation of color #AFDBCB: hue angle of 158.18º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDBCB is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 203 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.14 |
| HSL | 158.18º | 0.38% | 0.77% | - |
| HSV(B) | 158.18º | 0.2% | 0.86% | - |
| XYZ | 53.79 | 64.09 | 66.04 | - |
| YUV | 204.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 203 | 0.20 | 0 | 0.07 | 0.14 | 158.18 | 0.38 | 0.77 |
| Hex | AF | DB | CB | 14 | 0 | 7 | E | 9E | 26 | 4D |
| Octal | 257 | 333 | 313 | 24 | 0 | 7 | 16 | 236 | 46 | 115 |
| Binary | 10101111 | 11011011 | 11001011 | 10100 | 0 | 111 | 1110 | 10011110 | 100110 | 1001101 |
Color Harmonies of #AFDBCB
Complementary color
Monochromatic Colors of #AFDBCB
Black with #AFDBCB
Text Example
Text Example
White with #AFDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBCB; }
p { color: rgb(175,219,203); }
H1.HeaderClassName
{
color: #AFDBCB;
}
.AnyTagClassName
{
color: #AFDBCB;
}
</style>
background-color css
<style>
a { background-color: #AFDBCB; }
a { background-color: rgb(175,219,203); }
div.DivClassName
{
background-color: #AFDBCB;
}
.BgClassName
{
background-color: #AFDBCB;
}
</style>
border-color css
<style>
span { border-color: #AFDBCB; }
span { border-color: rgb(175,219,203); }
td.TdClassName
{
border-color: #AFDBCB;
}
.TagClassName
{
border-color: #AFDBCB;
}
</style>