Shades of Echo Blue #99ACD2
Tints of Echo Blue #99ACD2
RGB
CMYK
RGB Variations
Color information
#99ACD2 (or 0x99ACD2) is known color: Echo Blue. HEX triplet: 99, AC and D2. RGB value is (153,172,210). Sum of RGB (Red+Green+Blue) = 153+172+210=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 210 - color contains mainly: blue. Hex color #99ACD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACD2 is #66532D. Grayscale: #AAAAAA. Windows color (decimal): -6705966 or 13806745. OLE color: 13806745.
HSL color Cylindrical-coordinate representation of color #99ACD2: hue angle of 220º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99ACD2 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 172 | 210 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.18 |
| HSL | 220º | 0.39% | 0.71% | - |
| HSV(B) | 220º | 0.27% | 0.82% | - |
| XYZ | 39.52 | 40.93 | 66.79 | - |
| YUV | 170.65 | 150.21 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 210 | 0.27 | 0.18 | 0 | 0.18 | 220 | 0.39 | 0.71 |
| Hex | 99 | AC | D2 | 1B | 12 | 0 | 12 | DC | 27 | 47 |
| Octal | 231 | 254 | 322 | 33 | 22 | 0 | 22 | 334 | 47 | 107 |
| Binary | 10011001 | 10101100 | 11010010 | 11011 | 10010 | 0 | 10010 | 11011100 | 100111 | 1000111 |
Color Harmonies of #99ACD2
Complementary color
Monochromatic Colors of #99ACD2
Black with #99ACD2
Text Example
Text Example
White with #99ACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACD2; }
p { color: rgb(153,172,210); }
H1.HeaderClassName
{
color: #99ACD2;
}
.AnyTagClassName
{
color: #99ACD2;
}
</style>
background-color css
<style>
a { background-color: #99ACD2; }
a { background-color: rgb(153,172,210); }
div.DivClassName
{
background-color: #99ACD2;
}
.BgClassName
{
background-color: #99ACD2;
}
</style>
border-color css
<style>
span { border-color: #99ACD2; }
span { border-color: rgb(153,172,210); }
td.TdClassName
{
border-color: #99ACD2;
}
.TagClassName
{
border-color: #99ACD2;
}
</style>