#9CCAAF

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

Shades of Vista Blue #9CCAAF

Tints of Vista Blue #9CCAAF

Color information

#9CCAAF (or 0x9CCAAF) is unknown color: approx Vista Blue. HEX triplet: 9C, CA and AF. RGB value is (156,202,175). Sum of RGB (Red+Green+Blue) = 156+202+175=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCAAF is #633550. Grayscale: #B9B9B9. Windows color (decimal): -6501713 or 11520668. OLE color: 11520668.

HSL color Cylindrical-coordinate representation of color #9CCAAF: hue angle of 144.78º 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 #9CCAAF is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB156202175-
CMYK0.2300.130.21
HSL144.78º30.26%70.2%-
HSV(B)144.78º22.77%79.22%-
XYZ42.5752.448.43-
YUV185.17122.26107.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.27%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=29.27%
G=37.90%
B=32.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1562021750.2300.130.21144.7830.2670.2
Hex9CCAAF170D15911e46
Octal234312257270152522136106
Binary10011100110010101010111110111011011010110010001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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