Shades of Echo Blue #A1B8CF
Tints of Echo Blue #A1B8CF
RGB
CMYK
RGB Variations
Color information
#A1B8CF (or 0xA1B8CF) is known color: Echo Blue. HEX triplet: A1, B8 and CF. RGB value is (161,184,207). Sum of RGB (Red+Green+Blue) = 161+184+207=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1B8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B8CF is #5E4730. Grayscale: #B3B3B3. Windows color (decimal): -6178609 or 13613217. OLE color: 13613217.
HSL color Cylindrical-coordinate representation of color #A1B8CF: hue angle of 210º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1B8CF is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 184 | 207 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.19 |
| HSL | 210º | 0.32% | 0.72% | - |
| HSV(B) | 210º | 0.22% | 0.81% | - |
| XYZ | 43.1 | 46.36 | 65.71 | - |
| YUV | 179.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 207 | 0.22 | 0.11 | 0 | 0.19 | 210 | 0.32 | 0.72 |
| Hex | A1 | B8 | CF | 16 | B | 0 | 13 | D2 | 20 | 48 |
| Octal | 241 | 270 | 317 | 26 | 13 | 0 | 23 | 322 | 40 | 110 |
| Binary | 10100001 | 10111000 | 11001111 | 10110 | 1011 | 0 | 10011 | 11010010 | 100000 | 1001000 |
Color Harmonies of #A1B8CF
Complementary color
Monochromatic Colors of #A1B8CF
Black with #A1B8CF
Text Example
Text Example
White with #A1B8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B8CF; }
p { color: rgb(161,184,207); }
H1.HeaderClassName
{
color: #A1B8CF;
}
.AnyTagClassName
{
color: #A1B8CF;
}
</style>
background-color css
<style>
a { background-color: #A1B8CF; }
a { background-color: rgb(161,184,207); }
div.DivClassName
{
background-color: #A1B8CF;
}
.BgClassName
{
background-color: #A1B8CF;
}
</style>
border-color css
<style>
span { border-color: #A1B8CF; }
span { border-color: rgb(161,184,207); }
td.TdClassName
{
border-color: #A1B8CF;
}
.TagClassName
{
border-color: #A1B8CF;
}
</style>