#9CCAAE

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

Shades of Vista Blue #9CCAAE

Tints of Vista Blue #9CCAAE

Color information

#9CCAAE (or 0x9CCAAE) is unknown color: approx Vista Blue. HEX triplet: 9C, CA and AE. RGB value is (156,202,174). Sum of RGB (Red+Green+Blue) = 156+202+174=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCAAE is #633551. Grayscale: #B9B9B9. Windows color (decimal): -6501714 or 11455132. OLE color: 11455132.

HSL color Cylindrical-coordinate representation of color #9CCAAE: hue angle of 143.48º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCAAE is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB156202174-
CMYK0.2300.140.21
HSL143.48º30.26%70.2%-
HSV(B)143.48º22.77%79.22%-
XYZ42.4752.3647.91-
YUV185.05121.76107.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.32%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=29.32%
G=37.97%
B=32.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1562021740.2300.140.21143.4830.2670.2
Hex9CCAAE170E158f1e46
Octal234312256270162521736106
Binary10011100110010101010111010111011101010110001111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CCAAE; }

 p { color: rgb(156,202,174); }

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

<style>
 a { background-color: #9CCAAE; }

 a { background-color: rgb(156,202,174); }

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

<style>
 span { border-color: #9CCAAE; }

 span { border-color: rgb(156,202,174); }

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