#99AACB

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

Shades of Echo Blue #99AACB

Tints of Echo Blue #99AACB

Color information

#99AACB (or 0x99AACB) is unknown color: approx Echo Blue. HEX triplet: 99, AA and CB. RGB value is (153,170,203). Sum of RGB (Red+Green+Blue) = 153+170+203=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #99AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AACB is #665534. Grayscale: #A8A8A8. Windows color (decimal): -6706485 or 13347481. OLE color: 13347481.

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

Color convert

RGB153170203-
CMYK0.250.1600.20
HSL219.6º32.47%69.8%-
HSV(B)219.6º24.63%79.61%-
XYZ38.2939.8362.17-
YUV168.68147.37116.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.09%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=29.09%
G=32.32%
B=38.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531702030.250.1600.20219.632.4769.8
Hex99AACB1910014dc2046
Octal231252313312002433440106
Binary1001100110101010110010111100110000010100110111001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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