Shades of Echo Blue #AFB2C4
Tints of Echo Blue #AFB2C4
RGB
CMYK
RGB Variations
Color information
#AFB2C4 (or 0xAFB2C4) is known color: Echo Blue. HEX triplet: AF, B2 and C4. RGB value is (175,178,196). Sum of RGB (Red+Green+Blue) = 175+178+196=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFB2C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2C4 is #504D3B. Grayscale: #B3B3B3. Windows color (decimal): -5262652 or 12890799. OLE color: 12890799.
HSL color Cylindrical-coordinate representation of color #AFB2C4: hue angle of 231.43º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFB2C4 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 178 | 196 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.23 |
| HSL | 231.43º | 0.15% | 0.73% | - |
| HSV(B) | 231.43º | 0.11% | 0.77% | - |
| XYZ | 43.56 | 44.94 | 58.6 | - |
| YUV | 179.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 196 | 0.11 | 0.09 | 0 | 0.23 | 231.43 | 0.15 | 0.73 |
| Hex | AF | B2 | C4 | B | 9 | 0 | 17 | E7 | F | 49 |
| Octal | 257 | 262 | 304 | 13 | 11 | 0 | 27 | 347 | 17 | 111 |
| Binary | 10101111 | 10110010 | 11000100 | 1011 | 1001 | 0 | 10111 | 11100111 | 1111 | 1001001 |
Color Harmonies of #AFB2C4
Complementary color
Monochromatic Colors of #AFB2C4
Black with #AFB2C4
Text Example
Text Example
White with #AFB2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2C4; }
p { color: rgb(175,178,196); }
H1.HeaderClassName
{
color: #AFB2C4;
}
.AnyTagClassName
{
color: #AFB2C4;
}
</style>
background-color css
<style>
a { background-color: #AFB2C4; }
a { background-color: rgb(175,178,196); }
div.DivClassName
{
background-color: #AFB2C4;
}
.BgClassName
{
background-color: #AFB2C4;
}
</style>
border-color css
<style>
span { border-color: #AFB2C4; }
span { border-color: rgb(175,178,196); }
td.TdClassName
{
border-color: #AFB2C4;
}
.TagClassName
{
border-color: #AFB2C4;
}
</style>