#9ED9BF

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

Shades of Vista Blue #9ED9BF

Tints of Vista Blue #9ED9BF

Color information

#9ED9BF (or 0x9ED9BF) is unknown color: approx Vista Blue. HEX triplet: 9E, D9 and BF. RGB value is (158,217,191). Sum of RGB (Red+Green+Blue) = 158+217+191=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED9BF is #612640. Grayscale: #C4C4C4. Windows color (decimal): -6366785 or 12573086. OLE color: 12573086.

HSL color Cylindrical-coordinate representation of color #9ED9BF: hue angle of 153.56º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED9BF is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB158217191-
CMYK0.2700.120.15
HSL153.56º43.7%73.53%-
HSV(B)153.56º27.19%85.1%-
XYZ48.3260.6658.45-
YUV196.4124.95100.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.92%
GREEN value IS 217 (85.16% from 255) = 38.34%
BLUE value IS 191 (75% from 255) = 33.75%
R=27.92%
G=38.34%
B=33.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582171910.2700.120.15153.5643.773.53
Hex9ED9BF1B0CF9a2c4a
Octal236331277330141723254112
Binary10011110110110011011111111011011001111100110101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,217,191); }

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

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

 a { background-color: rgb(158,217,191); }

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

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

 span { border-color: rgb(158,217,191); }

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