Shades of Echo Blue #9BAFDA
Tints of Echo Blue #9BAFDA
RGB
CMYK
RGB Variations
Color information
#9BAFDA (or 0x9BAFDA) is known color: Echo Blue. HEX triplet: 9B, AF and DA. RGB value is (155,175,218). Sum of RGB (Red+Green+Blue) = 155+175+218=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BAFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFDA is #645025. Grayscale: #ADADAD. Windows color (decimal): -6574118 or 14331803. OLE color: 14331803.
HSL color Cylindrical-coordinate representation of color #9BAFDA: hue angle of 220.95º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BAFDA is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 175 | 218 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.15 |
| HSL | 220.95º | 0.46% | 0.73% | - |
| HSV(B) | 220.95º | 0.29% | 0.85% | - |
| XYZ | 41.5 | 42.69 | 72.38 | - |
| YUV | 173.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 218 | 0.29 | 0.20 | 0 | 0.15 | 220.95 | 0.46 | 0.73 |
| Hex | 9B | AF | DA | 1D | 14 | 0 | F | DD | 2E | 49 |
| Octal | 233 | 257 | 332 | 35 | 24 | 0 | 17 | 335 | 56 | 111 |
| Binary | 10011011 | 10101111 | 11011010 | 11101 | 10100 | 0 | 1111 | 11011101 | 101110 | 1001001 |
Color Harmonies of #9BAFDA
Complementary color
Monochromatic Colors of #9BAFDA
Black with #9BAFDA
Text Example
Text Example
White with #9BAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFDA; }
p { color: rgb(155,175,218); }
H1.HeaderClassName
{
color: #9BAFDA;
}
.AnyTagClassName
{
color: #9BAFDA;
}
</style>
background-color css
<style>
a { background-color: #9BAFDA; }
a { background-color: rgb(155,175,218); }
div.DivClassName
{
background-color: #9BAFDA;
}
.BgClassName
{
background-color: #9BAFDA;
}
</style>
border-color css
<style>
span { border-color: #9BAFDA; }
span { border-color: rgb(155,175,218); }
td.TdClassName
{
border-color: #9BAFDA;
}
.TagClassName
{
border-color: #9BAFDA;
}
</style>