#9EDBB6

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

Shades of Vista Blue #9EDBB6

Tints of Vista Blue #9EDBB6

Color information

#9EDBB6 (or 0x9EDBB6) is unknown color: approx Vista Blue. HEX triplet: 9E, DB and B6. RGB value is (158,219,182). Sum of RGB (Red+Green+Blue) = 158+219+182=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBB6 is #612449. Grayscale: #C4C4C4. Windows color (decimal): -6366282 or 11983774. OLE color: 11983774.

HSL color Cylindrical-coordinate representation of color #9EDBB6: hue angle of 143.61º degrees, saturation: 0.46, 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 #9EDBB6 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB158219182-
CMYK0.2800.170.14
HSL143.61º45.86%73.92%-
HSV(B)143.61º27.85%85.88%-
XYZ47.8861.3153.57-
YUV196.54119.79100.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.26%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 182 (71.48% from 255) = 32.56%
R=28.26%
G=39.18%
B=32.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582191820.2800.170.14143.6145.8673.92
Hex9EDBB61C011E902e4a
Octal236333266340211622056112
Binary100111101101101110110110111000100011110100100001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,219,182); }

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

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

 a { background-color: rgb(158,219,182); }

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

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

 span { border-color: rgb(158,219,182); }

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