Shades of Sinbad #AED3D0
Tints of Sinbad #AED3D0
RGB
CMYK
RGB Variations
Color information
#AED3D0 (or 0xAED3D0) is known color: Sinbad. HEX triplet: AE, D3 and D0. RGB value is (174,211,208). Sum of RGB (Red+Green+Blue) = 174+211+208=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3D0 is #512C2F. Grayscale: #C7C7C7. Windows color (decimal): -5319728 or 13685678. OLE color: 13685678.
HSL color Cylindrical-coordinate representation of color #AED3D0: hue angle of 175.14º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED3D0 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 208 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.17 |
| HSL | 175.14º | 0.3% | 0.75% | - |
| HSV(B) | 175.14º | 0.18% | 0.83% | - |
| XYZ | 52.13 | 60.14 | 68.54 | - |
| YUV | 199.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 208 | 0.18 | 0 | 0.01 | 0.17 | 175.14 | 0.3 | 0.75 |
| Hex | AE | D3 | D0 | 12 | 0 | 1 | 11 | AF | 1E | 4B |
| Octal | 256 | 323 | 320 | 22 | 0 | 1 | 21 | 257 | 36 | 113 |
| Binary | 10101110 | 11010011 | 11010000 | 10010 | 0 | 1 | 10001 | 10101111 | 11110 | 1001011 |
Color Harmonies of #AED3D0
Complementary color
Monochromatic Colors of #AED3D0
Black with #AED3D0
Text Example
Text Example
White with #AED3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED3D0; }
p { color: rgb(174,211,208); }
H1.HeaderClassName
{
color: #AED3D0;
}
.AnyTagClassName
{
color: #AED3D0;
}
</style>
background-color css
<style>
a { background-color: #AED3D0; }
a { background-color: rgb(174,211,208); }
div.DivClassName
{
background-color: #AED3D0;
}
.BgClassName
{
background-color: #AED3D0;
}
</style>
border-color css
<style>
span { border-color: #AED3D0; }
span { border-color: rgb(174,211,208); }
td.TdClassName
{
border-color: #AED3D0;
}
.TagClassName
{
border-color: #AED3D0;
}
</style>