#98AACA

Color #98AACA Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #98AACA

Tints of Echo Blue #98AACA

Color information

#98AACA (or 0x98AACA) is unknown color: approx Echo Blue. HEX triplet: 98, AA and CA. RGB value is (152,170,202). Sum of RGB (Red+Green+Blue) = 152+170+202=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #98AACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AACA is #675535. Grayscale: #A8A8A8. Windows color (decimal): -6772022 or 13281944. OLE color: 13281944.

HSL color Cylindrical-coordinate representation of color #98AACA: hue angle of 218.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98AACA is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152170202-
CMYK0.250.1600.21
HSL218.4º32.05%69.41%-
HSV(B)218.4º24.75%79.22%-
XYZ37.9839.6961.54-
YUV168.27147.04116.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=29.01%
G=32.44%
B=38.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521702020.250.1600.21218.432.0569.41
Hex98AACA1910015da2045
Octal230252312312002533240105
Binary1001100010101010110010101100110000010101110110101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AACA; }

 p { color: rgb(152,170,202); }

 H1.HeaderClassName
 {
   color: #98AACA;
 }
 .AnyTagClassName
 {
   color: #98AACA;
 }
</style>
background-color css

<style>
 a { background-color: #98AACA; }

 a { background-color: rgb(152,170,202); }

 div.DivClassName
 {
   background-color: #98AACA;
 }
 .BgClassName
 {
   background-color: #98AACA;
 }
</style>
border-color css

<style>
 span { border-color: #98AACA; }

 span { border-color: rgb(152,170,202); }

 td.TdClassName
 {
   border-color: #98AACA;
 }
 .TagClassName
 {
   border-color: #98AACA;
 }
</style>