Html Css Color HEX #99AAE0 Echo Blue

📋 copy color: '#99AAE0'

red 153 ◦ green 170 ◦ blue 224

#99AAE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #99AAE0

Tints of Echo Blue #99AAE0

RGB

 RED value IS 153 (60.16% from 255) = 27.97%

 GREEN value IS 170 (66.8% from 255) = 31.08%

 BLUE value IS 224 (87.89% from 255) = 40.95%

R = 27.97%
G = 31.08%
B = 40.95%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#99AAE0 (or 0x99AAE0) is known color: Echo Blue. HEX triplet: 99, AA and E0. RGB value is (153,170,224). Sum of RGB (Red+Green+Blue) = 153+170+224=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #99AAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAE0 is #66551F. Grayscale: #AAAAAA. Windows color (decimal): -6706464 or 14723737. OLE color: 14723737.

HSL color Cylindrical-coordinate representation of color #99AAE0: hue angle of 225.63º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99AAE0 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 170 224 -
CMYK 0.32 0.24 0 0.12
HSL 225.63º 0.53% 0.74% -
HSV(B) 225.63º 0.32% 0.88% -
XYZ 40.97 40.9 76.26 -
YUV 171.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 153 170 224 0.32 0.24 0 0.12 225.63 0.53 0.74
Hex 99 AA E0 20 18 0 C E2 35 4A
Octal 231 252 340 40 30 0 14 342 65 112
Binary 10011001 10101010 11100000 100000 11000 0 1100 11100010 110101 1001010

Color Harmonies of #99AAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AAE0

Black with #99AAE0

Text Example


Text Example

White with #99AAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,170,224); }

 H1.HeaderClassName
 {
   color: #99AAE0;
 }
 .AnyTagClassName
 {
   color: #99AAE0;
 }
</style>

background-color css

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

 a { background-color: rgb(153,170,224); }

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

border-color css

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

 span { border-color: rgb(153,170,224); }

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