Shades of Echo Blue #9AB2DC
Tints of Echo Blue #9AB2DC
RGB
CMYK
RGB Variations
Color information
#9AB2DC (or 0x9AB2DC) is known color: Echo Blue. HEX triplet: 9A, B2 and DC. RGB value is (154,178,220). Sum of RGB (Red+Green+Blue) = 154+178+220=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AB2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB2DC is #654D23. Grayscale: #AFAFAF. Windows color (decimal): -6638884 or 14463642. OLE color: 14463642.
HSL color Cylindrical-coordinate representation of color #9AB2DC: hue angle of 218.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AB2DC is Cyan = 0.3, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 178 | 220 | - |
| CMYK | 0.3 | 0.19 | 0 | 0.14 |
| HSL | 218.18º | 0.49% | 0.73% | - |
| HSV(B) | 218.18º | 0.3% | 0.86% | - |
| XYZ | 42.17 | 43.88 | 73.96 | - |
| YUV | 175.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 220 | 0.3 | 0.19 | 0 | 0.14 | 218.18 | 0.49 | 0.73 |
| Hex | 9A | B2 | DC | 1E | 13 | 0 | E | DA | 31 | 49 |
| Octal | 232 | 262 | 334 | 36 | 23 | 0 | 16 | 332 | 61 | 111 |
| Binary | 10011010 | 10110010 | 11011100 | 11110 | 10011 | 0 | 1110 | 11011010 | 110001 | 1001001 |
Color Harmonies of #9AB2DC
Complementary color
Monochromatic Colors of #9AB2DC
Black with #9AB2DC
Text Example
Text Example
White with #9AB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB2DC; }
p { color: rgb(154,178,220); }
H1.HeaderClassName
{
color: #9AB2DC;
}
.AnyTagClassName
{
color: #9AB2DC;
}
</style>
background-color css
<style>
a { background-color: #9AB2DC; }
a { background-color: rgb(154,178,220); }
div.DivClassName
{
background-color: #9AB2DC;
}
.BgClassName
{
background-color: #9AB2DC;
}
</style>
border-color css
<style>
span { border-color: #9AB2DC; }
span { border-color: rgb(154,178,220); }
td.TdClassName
{
border-color: #9AB2DC;
}
.TagClassName
{
border-color: #9AB2DC;
}
</style>