Shades of Echo Blue #9AB0DD
Tints of Echo Blue #9AB0DD
RGB
CMYK
RGB Variations
Color information
#9AB0DD (or 0x9AB0DD) is known color: Echo Blue. HEX triplet: 9A, B0 and DD. RGB value is (154,176,221). Sum of RGB (Red+Green+Blue) = 154+176+221=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB0DD is #654F22. Grayscale: #AEAEAE. Windows color (decimal): -6639395 or 14528666. OLE color: 14528666.
HSL color Cylindrical-coordinate representation of color #9AB0DD: hue angle of 220.3º 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 #9AB0DD is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 176 | 221 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.13 |
| HSL | 220.3º | 0.5% | 0.74% | - |
| HSV(B) | 220.3º | 0.3% | 0.87% | - |
| XYZ | 41.9 | 43.14 | 74.53 | - |
| YUV | 174.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 221 | 0.30 | 0.20 | 0 | 0.13 | 220.3 | 0.5 | 0.74 |
| Hex | 9A | B0 | DD | 1E | 14 | 0 | D | DC | 32 | 4A |
| Octal | 232 | 260 | 335 | 36 | 24 | 0 | 15 | 334 | 62 | 112 |
| Binary | 10011010 | 10110000 | 11011101 | 11110 | 10100 | 0 | 1101 | 11011100 | 110010 | 1001010 |
Color Harmonies of #9AB0DD
Complementary color
Monochromatic Colors of #9AB0DD
Black with #9AB0DD
Text Example
Text Example
White with #9AB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB0DD; }
p { color: rgb(154,176,221); }
H1.HeaderClassName
{
color: #9AB0DD;
}
.AnyTagClassName
{
color: #9AB0DD;
}
</style>
background-color css
<style>
a { background-color: #9AB0DD; }
a { background-color: rgb(154,176,221); }
div.DivClassName
{
background-color: #9AB0DD;
}
.BgClassName
{
background-color: #9AB0DD;
}
</style>
border-color css
<style>
span { border-color: #9AB0DD; }
span { border-color: rgb(154,176,221); }
td.TdClassName
{
border-color: #9AB0DD;
}
.TagClassName
{
border-color: #9AB0DD;
}
</style>