Shades of Sinbad #AFD2CE
Tints of Sinbad #AFD2CE
RGB
CMYK
RGB Variations
Color information
#AFD2CE (or 0xAFD2CE) is known color: Sinbad. HEX triplet: AF, D2 and CE. RGB value is (175,210,206). Sum of RGB (Red+Green+Blue) = 175+210+206=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2CE is #502D31. Grayscale: #C7C7C7. Windows color (decimal): -5254450 or 13554351. OLE color: 13554351.
HSL color Cylindrical-coordinate representation of color #AFD2CE: hue angle of 173.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD2CE is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 206 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.18 |
| HSL | 173.14º | 0.28% | 0.75% | - |
| HSV(B) | 173.14º | 0.17% | 0.82% | - |
| XYZ | 51.87 | 59.66 | 67.18 | - |
| YUV | 199.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 206 | 0.17 | 0 | 0.02 | 0.18 | 173.14 | 0.28 | 0.75 |
| Hex | AF | D2 | CE | 11 | 0 | 2 | 12 | AD | 1C | 4B |
| Octal | 257 | 322 | 316 | 21 | 0 | 2 | 22 | 255 | 34 | 113 |
| Binary | 10101111 | 11010010 | 11001110 | 10001 | 0 | 10 | 10010 | 10101101 | 11100 | 1001011 |
Color Harmonies of #AFD2CE
Complementary color
Monochromatic Colors of #AFD2CE
Black with #AFD2CE
Text Example
Text Example
White with #AFD2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD2CE; }
p { color: rgb(175,210,206); }
H1.HeaderClassName
{
color: #AFD2CE;
}
.AnyTagClassName
{
color: #AFD2CE;
}
</style>
background-color css
<style>
a { background-color: #AFD2CE; }
a { background-color: rgb(175,210,206); }
div.DivClassName
{
background-color: #AFD2CE;
}
.BgClassName
{
background-color: #AFD2CE;
}
</style>
border-color css
<style>
span { border-color: #AFD2CE; }
span { border-color: rgb(175,210,206); }
td.TdClassName
{
border-color: #AFD2CE;
}
.TagClassName
{
border-color: #AFD2CE;
}
</style>