Shades of Echo Blue #9AB2DD
Tints of Echo Blue #9AB2DD
RGB
CMYK
RGB Variations
Color information
#9AB2DD (or 0x9AB2DD) is known color: Echo Blue. HEX triplet: 9A, B2 and DD. RGB value is (154,178,221). Sum of RGB (Red+Green+Blue) = 154+178+221=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AB2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB2DD is #654D22. Grayscale: #AFAFAF. Windows color (decimal): -6638883 or 14529178. OLE color: 14529178.
HSL color Cylindrical-coordinate representation of color #9AB2DD: hue angle of 218.51º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AB2DD is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 178 | 221 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.13 |
| HSL | 218.51º | 0.5% | 0.74% | - |
| HSV(B) | 218.51º | 0.3% | 0.87% | - |
| XYZ | 42.3 | 43.93 | 74.66 | - |
| YUV | 175.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 221 | 0.30 | 0.19 | 0 | 0.13 | 218.51 | 0.5 | 0.74 |
| Hex | 9A | B2 | DD | 1E | 13 | 0 | D | DB | 32 | 4A |
| Octal | 232 | 262 | 335 | 36 | 23 | 0 | 15 | 333 | 62 | 112 |
| Binary | 10011010 | 10110010 | 11011101 | 11110 | 10011 | 0 | 1101 | 11011011 | 110010 | 1001010 |
Color Harmonies of #9AB2DD
Complementary color
Monochromatic Colors of #9AB2DD
Black with #9AB2DD
Text Example
Text Example
White with #9AB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB2DD; }
p { color: rgb(154,178,221); }
H1.HeaderClassName
{
color: #9AB2DD;
}
.AnyTagClassName
{
color: #9AB2DD;
}
</style>
background-color css
<style>
a { background-color: #9AB2DD; }
a { background-color: rgb(154,178,221); }
div.DivClassName
{
background-color: #9AB2DD;
}
.BgClassName
{
background-color: #9AB2DD;
}
</style>
border-color css
<style>
span { border-color: #9AB2DD; }
span { border-color: rgb(154,178,221); }
td.TdClassName
{
border-color: #9AB2DD;
}
.TagClassName
{
border-color: #9AB2DD;
}
</style>