#98AEDE

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

Shades of Echo Blue #98AEDE

Tints of Echo Blue #98AEDE

Color information

#98AEDE (or 0x98AEDE) is unknown color: approx Echo Blue. HEX triplet: 98, AE and DE. RGB value is (152,174,222). Sum of RGB (Red+Green+Blue) = 152+174+222=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #98AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEDE is #675121. Grayscale: #ACACAC. Windows color (decimal): -6770978 or 14593688. OLE color: 14593688.

HSL color Cylindrical-coordinate representation of color #98AEDE: hue angle of 221.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98AEDE is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152174222-
CMYK0.320.2200.13
HSL221.14º51.47%73.33%-
HSV(B)221.14º31.53%87.06%-
XYZ41.2742.2275.08-
YUV172.89155.71113.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.74%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=27.74%
G=31.75%
B=40.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521742220.320.2200.13221.1451.4773.33
Hex98AEDE20160Ddd3349
Octal230256336402601533563111
Binary1001100010101110110111101000001011001101110111011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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