Shades of Echo Blue #9BAEDF
Tints of Echo Blue #9BAEDF
RGB
CMYK
RGB Variations
Color information
#9BAEDF (or 0x9BAEDF) is known color: Echo Blue. HEX triplet: 9B, AE and DF. RGB value is (155,174,223). Sum of RGB (Red+Green+Blue) = 155+174+223=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BAEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEDF is #645120. Grayscale: #ADADAD. Windows color (decimal): -6574369 or 14659227. OLE color: 14659227.
HSL color Cylindrical-coordinate representation of color #9BAEDF: hue angle of 223.24º degrees, saturation: 0.52, 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 #9BAEDF is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 174 | 223 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.13 |
| HSL | 223.24º | 0.52% | 0.74% | - |
| HSV(B) | 223.24º | 0.3% | 0.87% | - |
| XYZ | 41.97 | 42.57 | 75.82 | - |
| YUV | 173.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 223 | 0.30 | 0.22 | 0 | 0.13 | 223.24 | 0.52 | 0.74 |
| Hex | 9B | AE | DF | 1E | 16 | 0 | D | DF | 34 | 4A |
| Octal | 233 | 256 | 337 | 36 | 26 | 0 | 15 | 337 | 64 | 112 |
| Binary | 10011011 | 10101110 | 11011111 | 11110 | 10110 | 0 | 1101 | 11011111 | 110100 | 1001010 |
Color Harmonies of #9BAEDF
Complementary color
Monochromatic Colors of #9BAEDF
Black with #9BAEDF
Text Example
Text Example
White with #9BAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAEDF; }
p { color: rgb(155,174,223); }
H1.HeaderClassName
{
color: #9BAEDF;
}
.AnyTagClassName
{
color: #9BAEDF;
}
</style>
background-color css
<style>
a { background-color: #9BAEDF; }
a { background-color: rgb(155,174,223); }
div.DivClassName
{
background-color: #9BAEDF;
}
.BgClassName
{
background-color: #9BAEDF;
}
</style>
border-color css
<style>
span { border-color: #9BAEDF; }
span { border-color: rgb(155,174,223); }
td.TdClassName
{
border-color: #9BAEDF;
}
.TagClassName
{
border-color: #9BAEDF;
}
</style>