Shades of Echo Blue #98ACE2
Tints of Echo Blue #98ACE2
RGB
CMYK
RGB Variations
Color information
#98ACE2 (or 0x98ACE2) is known color: Echo Blue. HEX triplet: 98, AC and E2. RGB value is (152,172,226). Sum of RGB (Red+Green+Blue) = 152+172+226=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #98ACE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACE2 is #67531D. Grayscale: #ABABAB. Windows color (decimal): -6771486 or 14855320. OLE color: 14855320.
HSL color Cylindrical-coordinate representation of color #98ACE2: hue angle of 223.78º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98ACE2 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 172 | 226 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.11 |
| HSL | 223.78º | 0.56% | 0.74% | - |
| HSV(B) | 223.78º | 0.33% | 0.89% | - |
| XYZ | 41.43 | 41.67 | 77.81 | - |
| YUV | 172.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 172 | 226 | 0.33 | 0.24 | 0 | 0.11 | 223.78 | 0.56 | 0.74 |
| Hex | 98 | AC | E2 | 21 | 18 | 0 | B | E0 | 38 | 4A |
| Octal | 230 | 254 | 342 | 41 | 30 | 0 | 13 | 340 | 70 | 112 |
| Binary | 10011000 | 10101100 | 11100010 | 100001 | 11000 | 0 | 1011 | 11100000 | 111000 | 1001010 |
Color Harmonies of #98ACE2
Complementary color
Monochromatic Colors of #98ACE2
Black with #98ACE2
Text Example
Text Example
White with #98ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ACE2; }
p { color: rgb(152,172,226); }
H1.HeaderClassName
{
color: #98ACE2;
}
.AnyTagClassName
{
color: #98ACE2;
}
</style>
background-color css
<style>
a { background-color: #98ACE2; }
a { background-color: rgb(152,172,226); }
div.DivClassName
{
background-color: #98ACE2;
}
.BgClassName
{
background-color: #98ACE2;
}
</style>
border-color css
<style>
span { border-color: #98ACE2; }
span { border-color: rgb(152,172,226); }
td.TdClassName
{
border-color: #98ACE2;
}
.TagClassName
{
border-color: #98ACE2;
}
</style>