#9DE4BE

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

Shades of Vista Blue #9DE4BE

Tints of Vista Blue #9DE4BE

Color information

#9DE4BE (or 0x9DE4BE) is unknown color: approx Vista Blue. HEX triplet: 9D, E4 and BE. RGB value is (157,228,190). Sum of RGB (Red+Green+Blue) = 157+228+190=575 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.30% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE4BE is #621B41. Grayscale: #CACACA. Windows color (decimal): -6429506 or 12510365. OLE color: 12510365.

HSL color Cylindrical-coordinate representation of color #9DE4BE: hue angle of 147.89º 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 #9DE4BE is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB157228190-
CMYK0.3100.170.11
HSL147.89º56.8%75.49%-
HSV(B)147.89º31.14%89.41%-
XYZ50.9466.3758.84-
YUV202.44120.9895.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.30%
GREEN value IS 228 (89.45% from 255) = 39.65%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=27.30%
G=39.65%
B=33.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572281900.3100.170.11147.8956.875.49
Hex9DE4BE1F011B94394b
Octal235344276370211322471113
Binary100111011110010010111110111110100011011100101001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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