Shades of Echo Blue #9BAAE0
Tints of Echo Blue #9BAAE0
RGB
CMYK
RGB Variations
Color information
#9BAAE0 (or 0x9BAAE0) is known color: Echo Blue. HEX triplet: 9B, AA and E0. RGB value is (155,170,224). Sum of RGB (Red+Green+Blue) = 155+170+224=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BAAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAAE0 is #64551F. Grayscale: #ABABAB. Windows color (decimal): -6575392 or 14723739. OLE color: 14723739.
HSL color Cylindrical-coordinate representation of color #9BAAE0: hue angle of 226.96º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BAAE0 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 170 | 224 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.12 |
| HSL | 226.96º | 0.53% | 0.74% | - |
| HSV(B) | 226.96º | 0.31% | 0.88% | - |
| XYZ | 41.35 | 41.1 | 76.27 | - |
| YUV | 171.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 224 | 0.31 | 0.24 | 0 | 0.12 | 226.96 | 0.53 | 0.74 |
| Hex | 9B | AA | E0 | 1F | 18 | 0 | C | E3 | 35 | 4A |
| Octal | 233 | 252 | 340 | 37 | 30 | 0 | 14 | 343 | 65 | 112 |
| Binary | 10011011 | 10101010 | 11100000 | 11111 | 11000 | 0 | 1100 | 11100011 | 110101 | 1001010 |
Color Harmonies of #9BAAE0
Complementary color
Monochromatic Colors of #9BAAE0
Black with #9BAAE0
Text Example
Text Example
White with #9BAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAAE0; }
p { color: rgb(155,170,224); }
H1.HeaderClassName
{
color: #9BAAE0;
}
.AnyTagClassName
{
color: #9BAAE0;
}
</style>
background-color css
<style>
a { background-color: #9BAAE0; }
a { background-color: rgb(155,170,224); }
div.DivClassName
{
background-color: #9BAAE0;
}
.BgClassName
{
background-color: #9BAAE0;
}
</style>
border-color css
<style>
span { border-color: #9BAAE0; }
span { border-color: rgb(155,170,224); }
td.TdClassName
{
border-color: #9BAAE0;
}
.TagClassName
{
border-color: #9BAAE0;
}
</style>