Html Css Color HEX #99AACA Echo Blue

📋 copy color: '#99AACA'

red 153 ◦ green 170 ◦ blue 202

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

Shades of Echo Blue #99AACA

Tints of Echo Blue #99AACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 29.14%
G = 32.38%
B = 38.48%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#99AACA (or 0x99AACA) is known color: Echo Blue. HEX triplet: 99, AA and CA. RGB value is (153,170,202). Sum of RGB (Red+Green+Blue) = 153+170+202=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #99AACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AACA is #665535. Grayscale: #A8A8A8. Windows color (decimal): -6706486 or 13281945. OLE color: 13281945.

HSL color Cylindrical-coordinate representation of color #99AACA: hue angle of 219.18º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99AACA is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 170 202 -
CMYK 0.24 0.16 0 0.21
HSL 219.18º 0.32% 0.7% -
HSV(B) 219.18º 0.24% 0.79% -
XYZ 38.17 39.79 61.54 -
YUV 168.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 153 170 202 0.24 0.16 0 0.21 219.18 0.32 0.7
Hex 99 AA CA 18 10 0 15 DB 20 46
Octal 231 252 312 30 20 0 25 333 40 106
Binary 10011001 10101010 11001010 11000 10000 0 10101 11011011 100000 1000110

Color Harmonies of #99AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AACA

Black with #99AACA

Text Example


Text Example

White with #99AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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