Shades of Echo Blue #AFB2C3
Tints of Echo Blue #AFB2C3
RGB
CMYK
RGB Variations
Color information
#AFB2C3 (or 0xAFB2C3) is known color: Echo Blue. HEX triplet: AF, B2 and C3. RGB value is (175,178,195). Sum of RGB (Red+Green+Blue) = 175+178+195=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFB2C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2C3 is #504D3C. Grayscale: #B2B2B2. Windows color (decimal): -5262653 or 12825263. OLE color: 12825263.
HSL color Cylindrical-coordinate representation of color #AFB2C3: hue angle of 231º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFB2C3 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 178 | 195 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.24 |
| HSL | 231º | 0.14% | 0.73% | - |
| HSV(B) | 231º | 0.1% | 0.76% | - |
| XYZ | 43.45 | 44.89 | 58.01 | - |
| YUV | 179.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 195 | 0.10 | 0.09 | 0 | 0.24 | 231 | 0.14 | 0.73 |
| Hex | AF | B2 | C3 | A | 9 | 0 | 18 | E7 | E | 49 |
| Octal | 257 | 262 | 303 | 12 | 11 | 0 | 30 | 347 | 16 | 111 |
| Binary | 10101111 | 10110010 | 11000011 | 1010 | 1001 | 0 | 11000 | 11100111 | 1110 | 1001001 |
Color Harmonies of #AFB2C3
Complementary color
Monochromatic Colors of #AFB2C3
Black with #AFB2C3
Text Example
Text Example
White with #AFB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2C3; }
p { color: rgb(175,178,195); }
H1.HeaderClassName
{
color: #AFB2C3;
}
.AnyTagClassName
{
color: #AFB2C3;
}
</style>
background-color css
<style>
a { background-color: #AFB2C3; }
a { background-color: rgb(175,178,195); }
div.DivClassName
{
background-color: #AFB2C3;
}
.BgClassName
{
background-color: #AFB2C3;
}
</style>
border-color css
<style>
span { border-color: #AFB2C3; }
span { border-color: rgb(175,178,195); }
td.TdClassName
{
border-color: #AFB2C3;
}
.TagClassName
{
border-color: #AFB2C3;
}
</style>