#9ED9BE

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

Shades of Vista Blue #9ED9BE

Tints of Vista Blue #9ED9BE

Color information

#9ED9BE (or 0x9ED9BE) is unknown color: approx Vista Blue. HEX triplet: 9E, D9 and BE. RGB value is (158,217,190). Sum of RGB (Red+Green+Blue) = 158+217+190=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED9BE is #612641. Grayscale: #C4C4C4. Windows color (decimal): -6366786 or 12507550. OLE color: 12507550.

HSL color Cylindrical-coordinate representation of color #9ED9BE: hue angle of 152.54º 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 #9ED9BE is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB158217190-
CMYK0.2700.120.15
HSL152.54º43.7%73.53%-
HSV(B)152.54º27.19%85.1%-
XYZ48.2160.6157.87-
YUV196.28124.45100.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.96%
GREEN value IS 217 (85.16% from 255) = 38.41%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=27.96%
G=38.41%
B=33.63%

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
Decimal1582171900.2700.120.15152.5443.773.53
Hex9ED9BE1B0CF992c4a
Octal236331276330141723154112
Binary10011110110110011011111011011011001111100110011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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