Shades of Echo Blue #AFB5D2
Tints of Echo Blue #AFB5D2
RGB
CMYK
RGB Variations
Color information
#AFB5D2 (or 0xAFB5D2) is known color: Echo Blue. HEX triplet: AF, B5 and D2. RGB value is (175,181,210). Sum of RGB (Red+Green+Blue) = 175+181+210=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFB5D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5D2 is #504A2D. Grayscale: #B6B6B6. Windows color (decimal): -5261870 or 13809071. OLE color: 13809071.
HSL color Cylindrical-coordinate representation of color #AFB5D2: hue angle of 229.71º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFB5D2 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 181 | 210 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.18 |
| HSL | 229.71º | 0.28% | 0.75% | - |
| HSV(B) | 229.71º | 0.17% | 0.82% | - |
| XYZ | 45.84 | 46.81 | 67.59 | - |
| YUV | 182.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 210 | 0.17 | 0.14 | 0 | 0.18 | 229.71 | 0.28 | 0.75 |
| Hex | AF | B5 | D2 | 11 | E | 0 | 12 | E6 | 1C | 4B |
| Octal | 257 | 265 | 322 | 21 | 16 | 0 | 22 | 346 | 34 | 113 |
| Binary | 10101111 | 10110101 | 11010010 | 10001 | 1110 | 0 | 10010 | 11100110 | 11100 | 1001011 |
Color Harmonies of #AFB5D2
Complementary color
Monochromatic Colors of #AFB5D2
Black with #AFB5D2
Text Example
Text Example
White with #AFB5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5D2; }
p { color: rgb(175,181,210); }
H1.HeaderClassName
{
color: #AFB5D2;
}
.AnyTagClassName
{
color: #AFB5D2;
}
</style>
background-color css
<style>
a { background-color: #AFB5D2; }
a { background-color: rgb(175,181,210); }
div.DivClassName
{
background-color: #AFB5D2;
}
.BgClassName
{
background-color: #AFB5D2;
}
</style>
border-color css
<style>
span { border-color: #AFB5D2; }
span { border-color: rgb(175,181,210); }
td.TdClassName
{
border-color: #AFB5D2;
}
.TagClassName
{
border-color: #AFB5D2;
}
</style>