Shades of Echo Blue #AFB6C4
Tints of Echo Blue #AFB6C4
RGB
CMYK
RGB Variations
Color information
#AFB6C4 (or 0xAFB6C4) is known color: Echo Blue. HEX triplet: AF, B6 and C4. RGB value is (175,182,196). Sum of RGB (Red+Green+Blue) = 175+182+196=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFB6C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6C4 is #50493B. Grayscale: #B5B5B5. Windows color (decimal): -5261628 or 12891823. OLE color: 12891823.
HSL color Cylindrical-coordinate representation of color #AFB6C4: hue angle of 220º 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 #AFB6C4 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 182 | 196 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.23 |
| HSL | 220º | 0.15% | 0.73% | - |
| HSV(B) | 220º | 0.11% | 0.77% | - |
| XYZ | 44.37 | 46.56 | 58.87 | - |
| YUV | 181.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 196 | 0.11 | 0.07 | 0 | 0.23 | 220 | 0.15 | 0.73 |
| Hex | AF | B6 | C4 | B | 7 | 0 | 17 | DC | F | 49 |
| Octal | 257 | 266 | 304 | 13 | 7 | 0 | 27 | 334 | 17 | 111 |
| Binary | 10101111 | 10110110 | 11000100 | 1011 | 111 | 0 | 10111 | 11011100 | 1111 | 1001001 |
Color Harmonies of #AFB6C4
Complementary color
Monochromatic Colors of #AFB6C4
Black with #AFB6C4
Text Example
Text Example
White with #AFB6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB6C4; }
p { color: rgb(175,182,196); }
H1.HeaderClassName
{
color: #AFB6C4;
}
.AnyTagClassName
{
color: #AFB6C4;
}
</style>
background-color css
<style>
a { background-color: #AFB6C4; }
a { background-color: rgb(175,182,196); }
div.DivClassName
{
background-color: #AFB6C4;
}
.BgClassName
{
background-color: #AFB6C4;
}
</style>
border-color css
<style>
span { border-color: #AFB6C4; }
span { border-color: rgb(175,182,196); }
td.TdClassName
{
border-color: #AFB6C4;
}
.TagClassName
{
border-color: #AFB6C4;
}
</style>