Shades of Echo Blue #9BAFD3
Tints of Echo Blue #9BAFD3
RGB
CMYK
RGB Variations
Color information
#9BAFD3 (or 0x9BAFD3) is known color: Echo Blue. HEX triplet: 9B, AF and D3. RGB value is (155,175,211). Sum of RGB (Red+Green+Blue) = 155+175+211=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 211 - color contains mainly: blue. Hex color #9BAFD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFD3 is #64502C. Grayscale: #ACACAC. Windows color (decimal): -6574125 or 13873051. OLE color: 13873051.
HSL color Cylindrical-coordinate representation of color #9BAFD3: hue angle of 218.57º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BAFD3 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 175 | 211 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.17 |
| HSL | 218.57º | 0.39% | 0.72% | - |
| HSV(B) | 218.57º | 0.27% | 0.83% | - |
| XYZ | 40.61 | 42.33 | 67.66 | - |
| YUV | 173.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 211 | 0.27 | 0.17 | 0 | 0.17 | 218.57 | 0.39 | 0.72 |
| Hex | 9B | AF | D3 | 1B | 11 | 0 | 11 | DB | 27 | 48 |
| Octal | 233 | 257 | 323 | 33 | 21 | 0 | 21 | 333 | 47 | 110 |
| Binary | 10011011 | 10101111 | 11010011 | 11011 | 10001 | 0 | 10001 | 11011011 | 100111 | 1001000 |
Color Harmonies of #9BAFD3
Complementary color
Monochromatic Colors of #9BAFD3
Black with #9BAFD3
Text Example
Text Example
White with #9BAFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFD3; }
p { color: rgb(155,175,211); }
H1.HeaderClassName
{
color: #9BAFD3;
}
.AnyTagClassName
{
color: #9BAFD3;
}
</style>
background-color css
<style>
a { background-color: #9BAFD3; }
a { background-color: rgb(155,175,211); }
div.DivClassName
{
background-color: #9BAFD3;
}
.BgClassName
{
background-color: #9BAFD3;
}
</style>
border-color css
<style>
span { border-color: #9BAFD3; }
span { border-color: rgb(155,175,211); }
td.TdClassName
{
border-color: #9BAFD3;
}
.TagClassName
{
border-color: #9BAFD3;
}
</style>