Shades of Echo Blue #99AECF
Tints of Echo Blue #99AECF
RGB
CMYK
RGB Variations
Color information
#99AECF (or 0x99AECF) is known color: Echo Blue. HEX triplet: 99, AE and CF. RGB value is (153,174,207). Sum of RGB (Red+Green+Blue) = 153+174+207=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #99AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AECF is #665130. Grayscale: #ABABAB. Windows color (decimal): -6705457 or 13610649. OLE color: 13610649.
HSL color Cylindrical-coordinate representation of color #99AECF: hue angle of 216.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99AECF is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 174 | 207 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.19 |
| HSL | 216.67º | 0.36% | 0.71% | - |
| HSV(B) | 216.67º | 0.26% | 0.81% | - |
| XYZ | 39.54 | 41.55 | 64.97 | - |
| YUV | 171.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 207 | 0.26 | 0.16 | 0 | 0.19 | 216.67 | 0.36 | 0.71 |
| Hex | 99 | AE | CF | 1A | 10 | 0 | 13 | D9 | 24 | 47 |
| Octal | 231 | 256 | 317 | 32 | 20 | 0 | 23 | 331 | 44 | 107 |
| Binary | 10011001 | 10101110 | 11001111 | 11010 | 10000 | 0 | 10011 | 11011001 | 100100 | 1000111 |
Color Harmonies of #99AECF
Complementary color
Monochromatic Colors of #99AECF
Black with #99AECF
Text Example
Text Example
White with #99AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AECF; }
p { color: rgb(153,174,207); }
H1.HeaderClassName
{
color: #99AECF;
}
.AnyTagClassName
{
color: #99AECF;
}
</style>
background-color css
<style>
a { background-color: #99AECF; }
a { background-color: rgb(153,174,207); }
div.DivClassName
{
background-color: #99AECF;
}
.BgClassName
{
background-color: #99AECF;
}
</style>
border-color css
<style>
span { border-color: #99AECF; }
span { border-color: rgb(153,174,207); }
td.TdClassName
{
border-color: #99AECF;
}
.TagClassName
{
border-color: #99AECF;
}
</style>