#9DE9BE

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

Shades of Vista Blue #9DE9BE

Tints of Vista Blue #9DE9BE

Color information

#9DE9BE (or 0x9DE9BE) is unknown color: approx Vista Blue. HEX triplet: 9D, E9 and BE. RGB value is (157,233,190). Sum of RGB (Red+Green+Blue) = 157+233+190=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE9BE is #621641. Grayscale: #CDCDCD. Windows color (decimal): -6428226 or 12511645. OLE color: 12511645.

HSL color Cylindrical-coordinate representation of color #9DE9BE: hue angle of 146.05º 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 #9DE9BE is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB157233190-
CMYK0.3300.180.09
HSL146.05º63.33%76.47%-
HSV(B)146.05º32.62%91.37%-
XYZ52.3469.1659.31-
YUV205.37119.3293.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.07%
GREEN value IS 233 (91.41% from 255) = 40.17%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=27.07%
G=40.17%
B=32.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572331900.3300.180.09146.0563.3376.47
Hex9DE9BE210129923f4c
Octal235351276410221122277114
Binary1001110111101001101111101000010100101001100100101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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