Shades of Echo Blue #9BAFD2
Tints of Echo Blue #9BAFD2
RGB
CMYK
RGB Variations
Color information
#9BAFD2 (or 0x9BAFD2) is known color: Echo Blue. HEX triplet: 9B, AF and D2. RGB value is (155,175,210). Sum of RGB (Red+Green+Blue) = 155+175+210=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 210 - color contains mainly: blue. Hex color #9BAFD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFD2 is #64502D. Grayscale: #ACACAC. Windows color (decimal): -6574126 or 13807515. OLE color: 13807515.
HSL color Cylindrical-coordinate representation of color #9BAFD2: hue angle of 218.18º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BAFD2 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 175 | 210 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.18 |
| HSL | 218.18º | 0.38% | 0.72% | - |
| HSV(B) | 218.18º | 0.26% | 0.82% | - |
| XYZ | 40.48 | 42.28 | 67 | - |
| YUV | 173.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 210 | 0.26 | 0.17 | 0 | 0.18 | 218.18 | 0.38 | 0.72 |
| Hex | 9B | AF | D2 | 1A | 11 | 0 | 12 | DA | 26 | 48 |
| Octal | 233 | 257 | 322 | 32 | 21 | 0 | 22 | 332 | 46 | 110 |
| Binary | 10011011 | 10101111 | 11010010 | 11010 | 10001 | 0 | 10010 | 11011010 | 100110 | 1001000 |
Color Harmonies of #9BAFD2
Complementary color
Monochromatic Colors of #9BAFD2
Black with #9BAFD2
Text Example
Text Example
White with #9BAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFD2; }
p { color: rgb(155,175,210); }
H1.HeaderClassName
{
color: #9BAFD2;
}
.AnyTagClassName
{
color: #9BAFD2;
}
</style>
background-color css
<style>
a { background-color: #9BAFD2; }
a { background-color: rgb(155,175,210); }
div.DivClassName
{
background-color: #9BAFD2;
}
.BgClassName
{
background-color: #9BAFD2;
}
</style>
border-color css
<style>
span { border-color: #9BAFD2; }
span { border-color: rgb(155,175,210); }
td.TdClassName
{
border-color: #9BAFD2;
}
.TagClassName
{
border-color: #9BAFD2;
}
</style>