#99AEDD

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

Shades of Echo Blue #99AEDD

Tints of Echo Blue #99AEDD

Color information

#99AEDD (or 0x99AEDD) is unknown color: approx Echo Blue. HEX triplet: 99, AE and DD. RGB value is (153,174,221). Sum of RGB (Red+Green+Blue) = 153+174+221=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #99AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AEDD is #665122. Grayscale: #ACACAC. Windows color (decimal): -6705443 or 14528153. OLE color: 14528153.

HSL color Cylindrical-coordinate representation of color #99AEDD: hue angle of 221.47º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99AEDD is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153174221-
CMYK0.310.2100.13
HSL221.47º50%73.33%-
HSV(B)221.47º30.77%86.67%-
XYZ41.3242.2674.39-
YUV173.08155.04113.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.92%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=27.92%
G=31.75%
B=40.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531742210.310.2100.13221.475073.33
Hex99AEDD1F150Ddd3249
Octal231256335372501533562111
Binary100110011010111011011101111111010101101110111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AEDD; }

 p { color: rgb(153,174,221); }

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

<style>
 a { background-color: #99AEDD; }

 a { background-color: rgb(153,174,221); }

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

<style>
 span { border-color: #99AEDD; }

 span { border-color: rgb(153,174,221); }

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