Shades of Echo Blue #9BAFDC
Tints of Echo Blue #9BAFDC
RGB
CMYK
RGB Variations
Color information
#9BAFDC (or 0x9BAFDC) is known color: Echo Blue. HEX triplet: 9B, AF and DC. RGB value is (155,175,220). Sum of RGB (Red+Green+Blue) = 155+175+220=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFDC is #645023. Grayscale: #ADADAD. Windows color (decimal): -6574116 or 14462875. OLE color: 14462875.
HSL color Cylindrical-coordinate representation of color #9BAFDC: hue angle of 221.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BAFDC is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 175 | 220 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.14 |
| HSL | 221.54º | 0.48% | 0.74% | - |
| HSV(B) | 221.54º | 0.3% | 0.86% | - |
| XYZ | 41.77 | 42.8 | 73.77 | - |
| YUV | 174.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 220 | 0.30 | 0.20 | 0 | 0.14 | 221.54 | 0.48 | 0.74 |
| Hex | 9B | AF | DC | 1E | 14 | 0 | E | DE | 30 | 4A |
| Octal | 233 | 257 | 334 | 36 | 24 | 0 | 16 | 336 | 60 | 112 |
| Binary | 10011011 | 10101111 | 11011100 | 11110 | 10100 | 0 | 1110 | 11011110 | 110000 | 1001010 |
Color Harmonies of #9BAFDC
Complementary color
Monochromatic Colors of #9BAFDC
Black with #9BAFDC
Text Example
Text Example
White with #9BAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFDC; }
p { color: rgb(155,175,220); }
H1.HeaderClassName
{
color: #9BAFDC;
}
.AnyTagClassName
{
color: #9BAFDC;
}
</style>
background-color css
<style>
a { background-color: #9BAFDC; }
a { background-color: rgb(155,175,220); }
div.DivClassName
{
background-color: #9BAFDC;
}
.BgClassName
{
background-color: #9BAFDC;
}
</style>
border-color css
<style>
span { border-color: #9BAFDC; }
span { border-color: rgb(155,175,220); }
td.TdClassName
{
border-color: #9BAFDC;
}
.TagClassName
{
border-color: #9BAFDC;
}
</style>