Shades of Sinbad #AED1CF
Tints of Sinbad #AED1CF
RGB
CMYK
RGB Variations
Color information
#AED1CF (or 0xAED1CF) is known color: Sinbad. HEX triplet: AE, D1 and CF. RGB value is (174,209,207). Sum of RGB (Red+Green+Blue) = 174+209+207=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1CF is #512E30. Grayscale: #C6C6C6. Windows color (decimal): -5320241 or 13619630. OLE color: 13619630.
HSL color Cylindrical-coordinate representation of color #AED1CF: hue angle of 176.57º 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 #AED1CF is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 207 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.18 |
| HSL | 176.57º | 0.28% | 0.75% | - |
| HSV(B) | 176.57º | 0.17% | 0.82% | - |
| XYZ | 51.52 | 59.1 | 67.72 | - |
| YUV | 198.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 207 | 0.17 | 0 | 0.01 | 0.18 | 176.57 | 0.28 | 0.75 |
| Hex | AE | D1 | CF | 11 | 0 | 1 | 12 | B1 | 1C | 4B |
| Octal | 256 | 321 | 317 | 21 | 0 | 1 | 22 | 261 | 34 | 113 |
| Binary | 10101110 | 11010001 | 11001111 | 10001 | 0 | 1 | 10010 | 10110001 | 11100 | 1001011 |
Color Harmonies of #AED1CF
Complementary color
Monochromatic Colors of #AED1CF
Black with #AED1CF
Text Example
Text Example
White with #AED1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED1CF; }
p { color: rgb(174,209,207); }
H1.HeaderClassName
{
color: #AED1CF;
}
.AnyTagClassName
{
color: #AED1CF;
}
</style>
background-color css
<style>
a { background-color: #AED1CF; }
a { background-color: rgb(174,209,207); }
div.DivClassName
{
background-color: #AED1CF;
}
.BgClassName
{
background-color: #AED1CF;
}
</style>
border-color css
<style>
span { border-color: #AED1CF; }
span { border-color: rgb(174,209,207); }
td.TdClassName
{
border-color: #AED1CF;
}
.TagClassName
{
border-color: #AED1CF;
}
</style>