Shades of Blue Haze #AFAECC
Tints of Blue Haze #AFAECC
RGB
CMYK
RGB Variations
Color information
#AFAECC (or 0xAFAECC) is known color: Blue Haze. HEX triplet: AF, AE and CC. RGB value is (175,174,204). Sum of RGB (Red+Green+Blue) = 175+174+204=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAECC is #505133. Grayscale: #B1B1B1. Windows color (decimal): -5263668 or 13414063. OLE color: 13414063.
HSL color Cylindrical-coordinate representation of color #AFAECC: hue angle of 242º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFAECC is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 174 | 204 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.2 |
| HSL | 242º | 0.23% | 0.74% | - |
| HSV(B) | 242º | 0.15% | 0.8% | - |
| XYZ | 43.71 | 43.75 | 63.27 | - |
| YUV | 177.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 204 | 0.14 | 0.15 | 0 | 0.2 | 242 | 0.23 | 0.74 |
| Hex | AF | AE | CC | E | F | 0 | 14 | F2 | 17 | 4A |
| Octal | 257 | 256 | 314 | 16 | 17 | 0 | 24 | 362 | 27 | 112 |
| Binary | 10101111 | 10101110 | 11001100 | 1110 | 1111 | 0 | 10100 | 11110010 | 10111 | 1001010 |
Color Harmonies of #AFAECC
Complementary color
Monochromatic Colors of #AFAECC
Black with #AFAECC
Text Example
Text Example
White with #AFAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAECC; }
p { color: rgb(175,174,204); }
H1.HeaderClassName
{
color: #AFAECC;
}
.AnyTagClassName
{
color: #AFAECC;
}
</style>
background-color css
<style>
a { background-color: #AFAECC; }
a { background-color: rgb(175,174,204); }
div.DivClassName
{
background-color: #AFAECC;
}
.BgClassName
{
background-color: #AFAECC;
}
</style>
border-color css
<style>
span { border-color: #AFAECC; }
span { border-color: rgb(175,174,204); }
td.TdClassName
{
border-color: #AFAECC;
}
.TagClassName
{
border-color: #AFAECC;
}
</style>