#99C3AA

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

Shades of Vista Blue #99C3AA

Tints of Vista Blue #99C3AA

Color information

#99C3AA (or 0x99C3AA) is unknown color: approx Vista Blue. HEX triplet: 99, C3 and AA. RGB value is (153,195,170). Sum of RGB (Red+Green+Blue) = 153+195+170=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #99C3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C3AA is #663C55. Grayscale: #B3B3B3. Windows color (decimal): -6700118 or 11191193. OLE color: 11191193.

HSL color Cylindrical-coordinate representation of color #99C3AA: hue angle of 144.29º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C3AA is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB153195170-
CMYK0.2200.130.24
HSL144.29º25.93%68.24%-
HSV(B)144.29º21.54%76.47%-
XYZ39.9148.745.33-
YUV179.59122.59109.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=29.54%
G=37.64%
B=32.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531951700.2200.130.24144.2925.9368.24
Hex99C3AA160D18901a44
Octal231303252260153022032104
Binary10011001110000111010101010110011011100010010000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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