#9DE4B3

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

Shades of Vista Blue #9DE4B3

Tints of Vista Blue #9DE4B3

Color information

#9DE4B3 (or 0x9DE4B3) is unknown color: approx Vista Blue. HEX triplet: 9D, E4 and B3. RGB value is (157,228,179). Sum of RGB (Red+Green+Blue) = 157+228+179=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE4B3 is #621B4C. Grayscale: #C9C9C9. Windows color (decimal): -6429517 or 11789469. OLE color: 11789469.

HSL color Cylindrical-coordinate representation of color #9DE4B3: hue angle of 138.59º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE4B3 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB157228179-
CMYK0.3100.210.11
HSL138.59º56.8%75.49%-
HSV(B)138.59º31.14%89.41%-
XYZ49.7865.9152.75-
YUV201.18115.4896.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.84%
GREEN value IS 228 (89.45% from 255) = 40.43%
BLUE value IS 179 (70.31% from 255) = 31.74%
R=27.84%
G=40.43%
B=31.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572281790.3100.210.11138.5956.875.49
Hex9DE4B31F015B8b394b
Octal235344263370251321371113
Binary100111011110010010110011111110101011011100010111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,228,179); }

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

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

 a { background-color: rgb(157,228,179); }

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

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

 span { border-color: rgb(157,228,179); }

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