#9DE9B4

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

Shades of Vista Blue #9DE9B4

Tints of Vista Blue #9DE9B4

Color information

#9DE9B4 (or 0x9DE9B4) is unknown color: approx Vista Blue. HEX triplet: 9D, E9 and B4. RGB value is (157,233,180). Sum of RGB (Red+Green+Blue) = 157+233+180=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE9B4 is #62164B. Grayscale: #CCCCCC. Windows color (decimal): -6428236 or 11856285. OLE color: 11856285.

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

Color convert

RGB157233180-
CMYK0.3300.230.09
HSL138.16º63.33%76.47%-
HSV(B)138.16º32.62%91.37%-
XYZ51.2868.7453.75-
YUV204.23114.3294.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.54%
GREEN value IS 233 (91.41% from 255) = 40.88%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=27.54%
G=40.88%
B=31.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572331800.3300.230.09138.1663.3376.47
Hex9DE9B42101798a3f4c
Octal235351264410271121277114
Binary1001110111101001101101001000010101111001100010101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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