Shades of Echo Blue #AFB1C2
Tints of Echo Blue #AFB1C2
RGB
CMYK
RGB Variations
Color information
#AFB1C2 (or 0xAFB1C2) is known color: Echo Blue. HEX triplet: AF, B1 and C2. RGB value is (175,177,194). Sum of RGB (Red+Green+Blue) = 175+177+194=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFB1C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1C2 is #504E3D. Grayscale: #B2B2B2. Windows color (decimal): -5262910 or 12759471. OLE color: 12759471.
HSL color Cylindrical-coordinate representation of color #AFB1C2: hue angle of 233.68º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFB1C2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 177 | 194 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.24 |
| HSL | 233.68º | 0.13% | 0.72% | - |
| HSV(B) | 233.68º | 0.1% | 0.76% | - |
| XYZ | 43.14 | 44.45 | 57.35 | - |
| YUV | 178.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 194 | 0.10 | 0.09 | 0 | 0.24 | 233.68 | 0.13 | 0.72 |
| Hex | AF | B1 | C2 | A | 9 | 0 | 18 | EA | D | 48 |
| Octal | 257 | 261 | 302 | 12 | 11 | 0 | 30 | 352 | 15 | 110 |
| Binary | 10101111 | 10110001 | 11000010 | 1010 | 1001 | 0 | 11000 | 11101010 | 1101 | 1001000 |
Color Harmonies of #AFB1C2
Complementary color
Monochromatic Colors of #AFB1C2
Black with #AFB1C2
Text Example
Text Example
White with #AFB1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1C2; }
p { color: rgb(175,177,194); }
H1.HeaderClassName
{
color: #AFB1C2;
}
.AnyTagClassName
{
color: #AFB1C2;
}
</style>
background-color css
<style>
a { background-color: #AFB1C2; }
a { background-color: rgb(175,177,194); }
div.DivClassName
{
background-color: #AFB1C2;
}
.BgClassName
{
background-color: #AFB1C2;
}
</style>
border-color css
<style>
span { border-color: #AFB1C2; }
span { border-color: rgb(175,177,194); }
td.TdClassName
{
border-color: #AFB1C2;
}
.TagClassName
{
border-color: #AFB1C2;
}
</style>