#9EDCB2

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

Shades of Vista Blue #9EDCB2

Tints of Vista Blue #9EDCB2

Color information

#9EDCB2 (or 0x9EDCB2) is unknown color: approx Vista Blue. HEX triplet: 9E, DC and B2. RGB value is (158,220,178). Sum of RGB (Red+Green+Blue) = 158+220+178=556 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.42% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDCB2 is #61234D. Grayscale: #C4C4C4. Windows color (decimal): -6366030 or 11721886. OLE color: 11721886.

HSL color Cylindrical-coordinate representation of color #9EDCB2: hue angle of 139.35º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDCB2 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB158220178-
CMYK0.2800.190.14
HSL139.35º46.97%74.12%-
HSV(B)139.35º28.18%86.27%-
XYZ47.7361.6751.51-
YUV196.67117.46100.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.42%
GREEN value IS 220 (86.33% from 255) = 39.57%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=28.42%
G=39.57%
B=32.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582201780.2800.190.14139.3546.9774.12
Hex9EDCB21C013E8b2f4a
Octal236334262340231621357112
Binary100111101101110010110010111000100111110100010111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,220,178); }

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

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

 a { background-color: rgb(158,220,178); }

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

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

 span { border-color: rgb(158,220,178); }

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