#9CCAB4

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

Shades of Vista Blue #9CCAB4

Tints of Vista Blue #9CCAB4

Color information

#9CCAB4 (or 0x9CCAB4) is unknown color: approx Vista Blue. HEX triplet: 9C, CA and B4. RGB value is (156,202,180). Sum of RGB (Red+Green+Blue) = 156+202+180=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCAB4 is #63354B. Grayscale: #B9B9B9. Windows color (decimal): -6501708 or 11848348. OLE color: 11848348.

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

Color convert

RGB156202180-
CMYK0.2300.110.21
HSL151.3º30.26%70.2%-
HSV(B)151.3º22.77%79.22%-
XYZ43.0752.651.06-
YUV185.74124.76106.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.00%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=29.00%
G=37.55%
B=33.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1562021800.2300.110.21151.330.2670.2
Hex9CCAB4170B15971e46
Octal234312264270132522736106
Binary10011100110010101011010010111010111010110010111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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