Shades of Echo Blue #AFB4D2
Tints of Echo Blue #AFB4D2
RGB
CMYK
RGB Variations
Color information
#AFB4D2 (or 0xAFB4D2) is known color: Echo Blue. HEX triplet: AF, B4 and D2. RGB value is (175,180,210). Sum of RGB (Red+Green+Blue) = 175+180+210=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFB4D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4D2 is #504B2D. Grayscale: #B5B5B5. Windows color (decimal): -5262126 or 13808815. OLE color: 13808815.
HSL color Cylindrical-coordinate representation of color #AFB4D2: hue angle of 231.43º 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 #AFB4D2 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 180 | 210 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.18 |
| HSL | 231.43º | 0.28% | 0.75% | - |
| HSV(B) | 231.43º | 0.17% | 0.82% | - |
| XYZ | 45.63 | 46.41 | 67.53 | - |
| YUV | 181.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 210 | 0.17 | 0.14 | 0 | 0.18 | 231.43 | 0.28 | 0.75 |
| Hex | AF | B4 | D2 | 11 | E | 0 | 12 | E7 | 1C | 4B |
| Octal | 257 | 264 | 322 | 21 | 16 | 0 | 22 | 347 | 34 | 113 |
| Binary | 10101111 | 10110100 | 11010010 | 10001 | 1110 | 0 | 10010 | 11100111 | 11100 | 1001011 |
Color Harmonies of #AFB4D2
Complementary color
Monochromatic Colors of #AFB4D2
Black with #AFB4D2
Text Example
Text Example
White with #AFB4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB4D2; }
p { color: rgb(175,180,210); }
H1.HeaderClassName
{
color: #AFB4D2;
}
.AnyTagClassName
{
color: #AFB4D2;
}
</style>
background-color css
<style>
a { background-color: #AFB4D2; }
a { background-color: rgb(175,180,210); }
div.DivClassName
{
background-color: #AFB4D2;
}
.BgClassName
{
background-color: #AFB4D2;
}
</style>
border-color css
<style>
span { border-color: #AFB4D2; }
span { border-color: rgb(175,180,210); }
td.TdClassName
{
border-color: #AFB4D2;
}
.TagClassName
{
border-color: #AFB4D2;
}
</style>