#98AEDA

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

Shades of Echo Blue #98AEDA

Tints of Echo Blue #98AEDA

Color information

#98AEDA (or 0x98AEDA) is unknown color: approx Echo Blue. HEX triplet: 98, AE and DA. RGB value is (152,174,218). Sum of RGB (Red+Green+Blue) = 152+174+218=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #98AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEDA is #675125. Grayscale: #ACACAC. Windows color (decimal): -6770982 or 14331544. OLE color: 14331544.

HSL color Cylindrical-coordinate representation of color #98AEDA: hue angle of 220º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98AEDA is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152174218-
CMYK0.300.2000.15
HSL220º47.14%72.55%-
HSV(B)220º30.28%85.49%-
XYZ40.7442.0172.29-
YUV172.44153.71113.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.94%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=27.94%
G=31.99%
B=40.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521742180.300.2000.1522047.1472.55
Hex98AEDA1E140Fdc2f49
Octal230256332362401733457111
Binary100110001010111011011010111101010001111110111001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,174,218); }

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

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

 a { background-color: rgb(152,174,218); }

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

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

 span { border-color: rgb(152,174,218); }

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