Shades of Echo Blue #AFB2CF
Tints of Echo Blue #AFB2CF
RGB
CMYK
RGB Variations
Color information
#AFB2CF (or 0xAFB2CF) is known color: Echo Blue. HEX triplet: AF, B2 and CF. RGB value is (175,178,207). Sum of RGB (Red+Green+Blue) = 175+178+207=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFB2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2CF is #504D30. Grayscale: #B4B4B4. Windows color (decimal): -5262641 or 13611695. OLE color: 13611695.
HSL color Cylindrical-coordinate representation of color #AFB2CF: hue angle of 234.38º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB2CF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 178 | 207 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.19 |
| HSL | 234.38º | 0.25% | 0.75% | - |
| HSV(B) | 234.38º | 0.15% | 0.81% | - |
| XYZ | 44.86 | 45.46 | 65.44 | - |
| YUV | 180.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 207 | 0.15 | 0.14 | 0 | 0.19 | 234.38 | 0.25 | 0.75 |
| Hex | AF | B2 | CF | F | E | 0 | 13 | EA | 19 | 4B |
| Octal | 257 | 262 | 317 | 17 | 16 | 0 | 23 | 352 | 31 | 113 |
| Binary | 10101111 | 10110010 | 11001111 | 1111 | 1110 | 0 | 10011 | 11101010 | 11001 | 1001011 |
Color Harmonies of #AFB2CF
Complementary color
Monochromatic Colors of #AFB2CF
Black with #AFB2CF
Text Example
Text Example
White with #AFB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2CF; }
p { color: rgb(175,178,207); }
H1.HeaderClassName
{
color: #AFB2CF;
}
.AnyTagClassName
{
color: #AFB2CF;
}
</style>
background-color css
<style>
a { background-color: #AFB2CF; }
a { background-color: rgb(175,178,207); }
div.DivClassName
{
background-color: #AFB2CF;
}
.BgClassName
{
background-color: #AFB2CF;
}
</style>
border-color css
<style>
span { border-color: #AFB2CF; }
span { border-color: rgb(175,178,207); }
td.TdClassName
{
border-color: #AFB2CF;
}
.TagClassName
{
border-color: #AFB2CF;
}
</style>