Shades of Echo Blue #AFB2CB
Tints of Echo Blue #AFB2CB
RGB
CMYK
RGB Variations
Color information
#AFB2CB (or 0xAFB2CB) is known color: Echo Blue. HEX triplet: AF, B2 and CB. RGB value is (175,178,203). Sum of RGB (Red+Green+Blue) = 175+178+203=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFB2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2CB is #504D34. Grayscale: #B3B3B3. Windows color (decimal): -5262645 or 13349551. OLE color: 13349551.
HSL color Cylindrical-coordinate representation of color #AFB2CB: hue angle of 233.57º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB2CB is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 178 | 203 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.20 |
| HSL | 233.57º | 0.21% | 0.74% | - |
| HSV(B) | 233.57º | 0.14% | 0.8% | - |
| XYZ | 44.38 | 45.27 | 62.9 | - |
| YUV | 179.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 203 | 0.14 | 0.12 | 0 | 0.20 | 233.57 | 0.21 | 0.74 |
| Hex | AF | B2 | CB | E | C | 0 | 14 | EA | 15 | 4A |
| Octal | 257 | 262 | 313 | 16 | 14 | 0 | 24 | 352 | 25 | 112 |
| Binary | 10101111 | 10110010 | 11001011 | 1110 | 1100 | 0 | 10100 | 11101010 | 10101 | 1001010 |
Color Harmonies of #AFB2CB
Complementary color
Monochromatic Colors of #AFB2CB
Black with #AFB2CB
Text Example
Text Example
White with #AFB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2CB; }
p { color: rgb(175,178,203); }
H1.HeaderClassName
{
color: #AFB2CB;
}
.AnyTagClassName
{
color: #AFB2CB;
}
</style>
background-color css
<style>
a { background-color: #AFB2CB; }
a { background-color: rgb(175,178,203); }
div.DivClassName
{
background-color: #AFB2CB;
}
.BgClassName
{
background-color: #AFB2CB;
}
</style>
border-color css
<style>
span { border-color: #AFB2CB; }
span { border-color: rgb(175,178,203); }
td.TdClassName
{
border-color: #AFB2CB;
}
.TagClassName
{
border-color: #AFB2CB;
}
</style>