Shades of Sinbad #AECFD0
Tints of Sinbad #AECFD0
RGB
CMYK
RGB Variations
Color information
#AECFD0 (or 0xAECFD0) is known color: Sinbad. HEX triplet: AE, CF and D0. RGB value is (174,207,208). Sum of RGB (Red+Green+Blue) = 174+207+208=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 208 - color contains mainly: blue. Hex color #AECFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFD0 is #51302F. Grayscale: #C5C5C5. Windows color (decimal): -5320752 or 13684654. OLE color: 13684654.
HSL color Cylindrical-coordinate representation of color #AECFD0: hue angle of 181.76º 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 #AECFD0 is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 207 | 208 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.18 |
| HSL | 181.76º | 0.27% | 0.75% | - |
| HSV(B) | 181.76º | 0.16% | 0.82% | - |
| XYZ | 51.15 | 58.18 | 68.21 | - |
| YUV | 197.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 208 | 0.16 | 0.00 | 0 | 0.18 | 181.76 | 0.27 | 0.75 |
| Hex | AE | CF | D0 | 10 | 0 | 0 | 12 | B6 | 1B | 4B |
| Octal | 256 | 317 | 320 | 20 | 0 | 0 | 22 | 266 | 33 | 113 |
| Binary | 10101110 | 11001111 | 11010000 | 10000 | 0 | 0 | 10010 | 10110110 | 11011 | 1001011 |
Color Harmonies of #AECFD0
Complementary color
Monochromatic Colors of #AECFD0
Black with #AECFD0
Text Example
Text Example
White with #AECFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFD0; }
p { color: rgb(174,207,208); }
H1.HeaderClassName
{
color: #AECFD0;
}
.AnyTagClassName
{
color: #AECFD0;
}
</style>
background-color css
<style>
a { background-color: #AECFD0; }
a { background-color: rgb(174,207,208); }
div.DivClassName
{
background-color: #AECFD0;
}
.BgClassName
{
background-color: #AECFD0;
}
</style>
border-color css
<style>
span { border-color: #AECFD0; }
span { border-color: rgb(174,207,208); }
td.TdClassName
{
border-color: #AECFD0;
}
.TagClassName
{
border-color: #AECFD0;
}
</style>