Shades of Sinbad #AED2D0
Tints of Sinbad #AED2D0
RGB
CMYK
RGB Variations
Color information
#AED2D0 (or 0xAED2D0) is known color: Sinbad. HEX triplet: AE, D2 and D0. RGB value is (174,210,208). Sum of RGB (Red+Green+Blue) = 174+210+208=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2D0 is #512D2F. Grayscale: #C6C6C6. Windows color (decimal): -5319984 or 13685422. OLE color: 13685422.
HSL color Cylindrical-coordinate representation of color #AED2D0: hue angle of 176.67º degrees, saturation: 0.29, 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 #AED2D0 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 208 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.18 |
| HSL | 176.67º | 0.29% | 0.75% | - |
| HSV(B) | 176.67º | 0.17% | 0.82% | - |
| XYZ | 51.89 | 59.65 | 68.45 | - |
| YUV | 199.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 208 | 0.17 | 0 | 0.01 | 0.18 | 176.67 | 0.29 | 0.75 |
| Hex | AE | D2 | D0 | 11 | 0 | 1 | 12 | B1 | 1D | 4B |
| Octal | 256 | 322 | 320 | 21 | 0 | 1 | 22 | 261 | 35 | 113 |
| Binary | 10101110 | 11010010 | 11010000 | 10001 | 0 | 1 | 10010 | 10110001 | 11101 | 1001011 |
Color Harmonies of #AED2D0
Complementary color
Monochromatic Colors of #AED2D0
Black with #AED2D0
Text Example
Text Example
White with #AED2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED2D0; }
p { color: rgb(174,210,208); }
H1.HeaderClassName
{
color: #AED2D0;
}
.AnyTagClassName
{
color: #AED2D0;
}
</style>
background-color css
<style>
a { background-color: #AED2D0; }
a { background-color: rgb(174,210,208); }
div.DivClassName
{
background-color: #AED2D0;
}
.BgClassName
{
background-color: #AED2D0;
}
</style>
border-color css
<style>
span { border-color: #AED2D0; }
span { border-color: rgb(174,210,208); }
td.TdClassName
{
border-color: #AED2D0;
}
.TagClassName
{
border-color: #AED2D0;
}
</style>