Html Css Color HEX #99AAC9 Echo Blue

📋 copy color: '#99AAC9'

red 153 ◦ green 170 ◦ blue 201

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

Shades of Echo Blue #99AAC9

Tints of Echo Blue #99AAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 29.2%
G = 32.44%
B = 38.36%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#99AAC9 (or 0x99AAC9) is known color: Echo Blue. HEX triplet: 99, AA and C9. RGB value is (153,170,201). Sum of RGB (Red+Green+Blue) = 153+170+201=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #99AAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAC9 is #665536. Grayscale: #A8A8A8. Windows color (decimal): -6706487 or 13216409. OLE color: 13216409.

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

Color convert

RGB 153 170 201 -
CMYK 0.24 0.15 0 0.21
HSL 218.75º 0.31% 0.69% -
HSV(B) 218.75º 0.24% 0.79% -
XYZ 38.05 39.74 60.92 -
YUV 168.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 153 170 201 0.24 0.15 0 0.21 218.75 0.31 0.69
Hex 99 AA C9 18 F 0 15 DB 1F 45
Octal 231 252 311 30 17 0 25 333 37 105
Binary 10011001 10101010 11001001 11000 1111 0 10101 11011011 11111 1000101

Color Harmonies of #99AAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AAC9

Black with #99AAC9

Text Example


Text Example

White with #99AAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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