#98AACC

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

Shades of Echo Blue #98AACC

Tints of Echo Blue #98AACC

Color information

#98AACC (or 0x98AACC) is unknown color: approx Echo Blue. HEX triplet: 98, AA and CC. RGB value is (152,170,204). Sum of RGB (Red+Green+Blue) = 152+170+204=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #98AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AACC is #675533. Grayscale: #A8A8A8. Windows color (decimal): -6772020 or 13413016. OLE color: 13413016.

HSL color Cylindrical-coordinate representation of color #98AACC: hue angle of 219.23º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98AACC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB152170204-
CMYK0.250.1700.2
HSL219.23º33.77%69.8%-
HSV(B)219.23º25.49%80%-
XYZ38.2239.7862.79-
YUV168.49148.04116.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.90%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=28.90%
G=32.32%
B=38.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1521702040.250.1700.2219.2333.7769.8
Hex98AACC1911014db2246
Octal230252314312102433342106
Binary1001100010101010110011001100110001010100110110111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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