#9DE5B5

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

Shades of Vista Blue #9DE5B5

Tints of Vista Blue #9DE5B5

Color information

#9DE5B5 (or 0x9DE5B5) is unknown color: approx Vista Blue. HEX triplet: 9D, E5 and B5. RGB value is (157,229,181). Sum of RGB (Red+Green+Blue) = 157+229+181=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE5B5 is #621A4A. Grayscale: #CACACA. Windows color (decimal): -6429259 or 11920797. OLE color: 11920797.

HSL color Cylindrical-coordinate representation of color #9DE5B5: hue angle of 140º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE5B5 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB157229181-
CMYK0.3100.210.10
HSL140º58.06%75.69%-
HSV(B)140º31.44%89.8%-
XYZ50.2666.5453.91-
YUV202116.1595.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.69%
GREEN value IS 229 (89.84% from 255) = 40.39%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=27.69%
G=40.39%
B=31.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1572291810.3100.210.1014058.0675.69
Hex9DE5B51F015A8c3a4c
Octal235345265370251221472114
Binary100111011110010110110101111110101011010100011001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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