Shades of Sinbad #AFD1D0
Tints of Sinbad #AFD1D0
RGB
CMYK
RGB Variations
Color information
#AFD1D0 (or 0xAFD1D0) is known color: Sinbad. HEX triplet: AF, D1 and D0. RGB value is (175,209,208). Sum of RGB (Red+Green+Blue) = 175+209+208=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1D0 is #502E2F. Grayscale: #C6C6C6. Windows color (decimal): -5254704 or 13685167. OLE color: 13685167.
HSL color Cylindrical-coordinate representation of color #AFD1D0: hue angle of 178.24º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD1D0 is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 209 | 208 | - |
| CMYK | 0.16 | 0 | 0.00 | 0.18 |
| HSL | 178.24º | 0.27% | 0.75% | - |
| HSV(B) | 178.24º | 0.16% | 0.82% | - |
| XYZ | 51.86 | 59.27 | 68.38 | - |
| YUV | 198.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 209 | 208 | 0.16 | 0 | 0.00 | 0.18 | 178.24 | 0.27 | 0.75 |
| Hex | AF | D1 | D0 | 10 | 0 | 0 | 12 | B2 | 1B | 4B |
| Octal | 257 | 321 | 320 | 20 | 0 | 0 | 22 | 262 | 33 | 113 |
| Binary | 10101111 | 11010001 | 11010000 | 10000 | 0 | 0 | 10010 | 10110010 | 11011 | 1001011 |
Color Harmonies of #AFD1D0
Complementary color
Monochromatic Colors of #AFD1D0
Black with #AFD1D0
Text Example
Text Example
White with #AFD1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD1D0; }
p { color: rgb(175,209,208); }
H1.HeaderClassName
{
color: #AFD1D0;
}
.AnyTagClassName
{
color: #AFD1D0;
}
</style>
background-color css
<style>
a { background-color: #AFD1D0; }
a { background-color: rgb(175,209,208); }
div.DivClassName
{
background-color: #AFD1D0;
}
.BgClassName
{
background-color: #AFD1D0;
}
</style>
border-color css
<style>
span { border-color: #AFD1D0; }
span { border-color: rgb(175,209,208); }
td.TdClassName
{
border-color: #AFD1D0;
}
.TagClassName
{
border-color: #AFD1D0;
}
</style>