Shades of Scandal #AECFC9
Tints of Scandal #AECFC9
RGB
CMYK
RGB Variations
Color information
#AECFC9 (or 0xAECFC9) is known color: Scandal. HEX triplet: AE, CF and C9. RGB value is (174,207,201). Sum of RGB (Red+Green+Blue) = 174+207+201=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFC9 is #513036. Grayscale: #C4C4C4. Windows color (decimal): -5320759 or 13225902. OLE color: 13225902.
HSL color Cylindrical-coordinate representation of color #AECFC9: hue angle of 169.09º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECFC9 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 201 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.19 |
| HSL | 169.09º | 0.26% | 0.75% | - |
| HSV(B) | 169.09º | 0.16% | 0.81% | - |
| XYZ | 50.31 | 57.84 | 63.77 | - |
| YUV | 196.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 201 | 0.16 | 0 | 0.03 | 0.19 | 169.09 | 0.26 | 0.75 |
| Hex | AE | CF | C9 | 10 | 0 | 3 | 13 | A9 | 1A | 4B |
| Octal | 256 | 317 | 311 | 20 | 0 | 3 | 23 | 251 | 32 | 113 |
| Binary | 10101110 | 11001111 | 11001001 | 10000 | 0 | 11 | 10011 | 10101001 | 11010 | 1001011 |
Color Harmonies of #AECFC9
Complementary color
Monochromatic Colors of #AECFC9
Black with #AECFC9
Text Example
Text Example
White with #AECFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFC9; }
p { color: rgb(174,207,201); }
H1.HeaderClassName
{
color: #AECFC9;
}
.AnyTagClassName
{
color: #AECFC9;
}
</style>
background-color css
<style>
a { background-color: #AECFC9; }
a { background-color: rgb(174,207,201); }
div.DivClassName
{
background-color: #AECFC9;
}
.BgClassName
{
background-color: #AECFC9;
}
</style>
border-color css
<style>
span { border-color: #AECFC9; }
span { border-color: rgb(174,207,201); }
td.TdClassName
{
border-color: #AECFC9;
}
.TagClassName
{
border-color: #AECFC9;
}
</style>