#9CC6B0

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

Shades of Vista Blue #9CC6B0

Tints of Vista Blue #9CC6B0

Color information

#9CC6B0 (or 0x9CC6B0) is unknown color: approx Vista Blue. HEX triplet: 9C, C6 and B0. RGB value is (156,198,176). Sum of RGB (Red+Green+Blue) = 156+198+176=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC6B0 is #63394F. Grayscale: #B6B6B6. Windows color (decimal): -6502736 or 11585180. OLE color: 11585180.

HSL color Cylindrical-coordinate representation of color #9CC6B0: hue angle of 148.57º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CC6B0 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB156198176-
CMYK0.2100.110.22
HSL148.57º26.92%69.41%-
HSV(B)148.57º21.21%77.65%-
XYZ41.7450.5948.64-
YUV182.93124.09108.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.43%
GREEN value IS 198 (77.73% from 255) = 37.36%
BLUE value IS 176 (69.14% from 255) = 33.21%
R=29.43%
G=37.36%
B=33.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561981760.2100.110.22148.5726.9269.41
Hex9CC6B0150B16951b45
Octal234306260250132622533105
Binary10011100110001101011000010101010111011010010101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,198,176); }

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

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

 a { background-color: rgb(156,198,176); }

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

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

 span { border-color: rgb(156,198,176); }

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