#9DE9B5

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

Shades of Vista Blue #9DE9B5

Tints of Vista Blue #9DE9B5

Color information

#9DE9B5 (or 0x9DE9B5) is unknown color: approx Vista Blue. HEX triplet: 9D, E9 and B5. RGB value is (157,233,181). Sum of RGB (Red+Green+Blue) = 157+233+181=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE9B5 is #62164A. Grayscale: #CCCCCC. Windows color (decimal): -6428235 or 11921821. OLE color: 11921821.

HSL color Cylindrical-coordinate representation of color #9DE9B5: hue angle of 138.95º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE9B5 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB157233181-
CMYK0.3300.220.09
HSL138.95º63.33%76.47%-
HSV(B)138.95º32.62%91.37%-
XYZ51.3868.7854.28-
YUV204.35114.8294.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.50%
GREEN value IS 233 (91.41% from 255) = 40.81%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=27.50%
G=40.81%
B=31.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572331810.3300.220.09138.9563.3376.47
Hex9DE9B52101698b3f4c
Octal235351265410261121377114
Binary1001110111101001101101011000010101101001100010111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,233,181); }

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

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

 a { background-color: rgb(157,233,181); }

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

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

 span { border-color: rgb(157,233,181); }

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