Shades of Echo Blue #99A4D4
Tints of Echo Blue #99A4D4
RGB
CMYK
RGB Variations
Color information
#99A4D4 (or 0x99A4D4) is known color: Echo Blue. HEX triplet: 99, A4 and D4. RGB value is (153,164,212). Sum of RGB (Red+Green+Blue) = 153+164+212=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #99A4D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4D4 is #665B2B. Grayscale: #A5A5A5. Windows color (decimal): -6708012 or 13935769. OLE color: 13935769.
HSL color Cylindrical-coordinate representation of color #99A4D4: hue angle of 228.81º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99A4D4 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 164 | 212 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.17 |
| HSL | 228.81º | 0.41% | 0.72% | - |
| HSV(B) | 228.81º | 0.28% | 0.83% | - |
| XYZ | 38.3 | 38.08 | 67.62 | - |
| YUV | 166.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 212 | 0.28 | 0.23 | 0 | 0.17 | 228.81 | 0.41 | 0.72 |
| Hex | 99 | A4 | D4 | 1C | 17 | 0 | 11 | E5 | 29 | 48 |
| Octal | 231 | 244 | 324 | 34 | 27 | 0 | 21 | 345 | 51 | 110 |
| Binary | 10011001 | 10100100 | 11010100 | 11100 | 10111 | 0 | 10001 | 11100101 | 101001 | 1001000 |
Color Harmonies of #99A4D4
Complementary color
Monochromatic Colors of #99A4D4
Black with #99A4D4
Text Example
Text Example
White with #99A4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4D4; }
p { color: rgb(153,164,212); }
H1.HeaderClassName
{
color: #99A4D4;
}
.AnyTagClassName
{
color: #99A4D4;
}
</style>
background-color css
<style>
a { background-color: #99A4D4; }
a { background-color: rgb(153,164,212); }
div.DivClassName
{
background-color: #99A4D4;
}
.BgClassName
{
background-color: #99A4D4;
}
</style>
border-color css
<style>
span { border-color: #99A4D4; }
span { border-color: rgb(153,164,212); }
td.TdClassName
{
border-color: #99A4D4;
}
.TagClassName
{
border-color: #99A4D4;
}
</style>