#9CC4AE

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

Shades of Vista Blue #9CC4AE

Tints of Vista Blue #9CC4AE

Color information

#9CC4AE (or 0x9CC4AE) is unknown color: approx Vista Blue. HEX triplet: 9C, C4 and AE. RGB value is (156,196,174). Sum of RGB (Red+Green+Blue) = 156+196+174=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC4AE is #633B51. Grayscale: #B5B5B5. Windows color (decimal): -6503250 or 11453596. OLE color: 11453596.

HSL color Cylindrical-coordinate representation of color #9CC4AE: hue angle of 147º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CC4AE is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB156196174-
CMYK0.2000.110.23
HSL147º25.32%69.02%-
HSV(B)147º20.41%76.86%-
XYZ41.0949.647.45-
YUV181.53123.75109.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.66%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=29.66%
G=37.26%
B=33.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1561961740.2000.110.2314725.3269.02
Hex9CC4AE140B17931945
Octal234304256240132722331105
Binary10011100110001001010111010100010111011110010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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