Shades of Echo Blue #99A4C9
Tints of Echo Blue #99A4C9
RGB
CMYK
RGB Variations
Color information
#99A4C9 (or 0x99A4C9) is known color: Echo Blue. HEX triplet: 99, A4 and C9. RGB value is (153,164,201). Sum of RGB (Red+Green+Blue) = 153+164+201=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #99A4C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4C9 is #665B36. Grayscale: #A4A4A4. Windows color (decimal): -6708023 or 13214873. OLE color: 13214873.
HSL color Cylindrical-coordinate representation of color #99A4C9: hue angle of 226.25º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99A4C9 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 164 | 201 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.21 |
| HSL | 226.25º | 0.31% | 0.69% | - |
| HSV(B) | 226.25º | 0.24% | 0.79% | - |
| XYZ | 36.95 | 37.54 | 60.56 | - |
| YUV | 164.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 201 | 0.24 | 0.18 | 0 | 0.21 | 226.25 | 0.31 | 0.69 |
| Hex | 99 | A4 | C9 | 18 | 12 | 0 | 15 | E2 | 1F | 45 |
| Octal | 231 | 244 | 311 | 30 | 22 | 0 | 25 | 342 | 37 | 105 |
| Binary | 10011001 | 10100100 | 11001001 | 11000 | 10010 | 0 | 10101 | 11100010 | 11111 | 1000101 |
Color Harmonies of #99A4C9
Complementary color
Monochromatic Colors of #99A4C9
Black with #99A4C9
Text Example
Text Example
White with #99A4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4C9; }
p { color: rgb(153,164,201); }
H1.HeaderClassName
{
color: #99A4C9;
}
.AnyTagClassName
{
color: #99A4C9;
}
</style>
background-color css
<style>
a { background-color: #99A4C9; }
a { background-color: rgb(153,164,201); }
div.DivClassName
{
background-color: #99A4C9;
}
.BgClassName
{
background-color: #99A4C9;
}
</style>
border-color css
<style>
span { border-color: #99A4C9; }
span { border-color: rgb(153,164,201); }
td.TdClassName
{
border-color: #99A4C9;
}
.TagClassName
{
border-color: #99A4C9;
}
</style>