Shades of Sinbad #AED4D0
Tints of Sinbad #AED4D0
RGB
CMYK
RGB Variations
Color information
#AED4D0 (or 0xAED4D0) is known color: Sinbad. HEX triplet: AE, D4 and D0. RGB value is (174,212,208). Sum of RGB (Red+Green+Blue) = 174+212+208=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4D0 is #512B2F. Grayscale: #C8C8C8. Windows color (decimal): -5319472 or 13685934. OLE color: 13685934.
HSL color Cylindrical-coordinate representation of color #AED4D0: hue angle of 173.68º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED4D0 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 208 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.17 |
| HSL | 173.68º | 0.31% | 0.76% | - |
| HSV(B) | 173.68º | 0.18% | 0.83% | - |
| XYZ | 52.38 | 60.64 | 68.62 | - |
| YUV | 200.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 208 | 0.18 | 0 | 0.02 | 0.17 | 173.68 | 0.31 | 0.76 |
| Hex | AE | D4 | D0 | 12 | 0 | 2 | 11 | AE | 1F | 4C |
| Octal | 256 | 324 | 320 | 22 | 0 | 2 | 21 | 256 | 37 | 114 |
| Binary | 10101110 | 11010100 | 11010000 | 10010 | 0 | 10 | 10001 | 10101110 | 11111 | 1001100 |
Color Harmonies of #AED4D0
Complementary color
Monochromatic Colors of #AED4D0
Black with #AED4D0
Text Example
Text Example
White with #AED4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4D0; }
p { color: rgb(174,212,208); }
H1.HeaderClassName
{
color: #AED4D0;
}
.AnyTagClassName
{
color: #AED4D0;
}
</style>
background-color css
<style>
a { background-color: #AED4D0; }
a { background-color: rgb(174,212,208); }
div.DivClassName
{
background-color: #AED4D0;
}
.BgClassName
{
background-color: #AED4D0;
}
</style>
border-color css
<style>
span { border-color: #AED4D0; }
span { border-color: rgb(174,212,208); }
td.TdClassName
{
border-color: #AED4D0;
}
.TagClassName
{
border-color: #AED4D0;
}
</style>