#9DE4BD

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

Shades of Vista Blue #9DE4BD

Tints of Vista Blue #9DE4BD

Color information

#9DE4BD (or 0x9DE4BD) is unknown color: approx Vista Blue. HEX triplet: 9D, E4 and BD. RGB value is (157,228,189). Sum of RGB (Red+Green+Blue) = 157+228+189=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE4BD is #621B42. Grayscale: #CACACA. Windows color (decimal): -6429507 or 12444829. OLE color: 12444829.

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

Color convert

RGB157228189-
CMYK0.3100.170.11
HSL147.04º56.8%75.49%-
HSV(B)147.04º31.14%89.41%-
XYZ50.8366.3358.27-
YUV202.32120.4895.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.35%
GREEN value IS 228 (89.45% from 255) = 39.72%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=27.35%
G=39.72%
B=32.93%

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
Decimal1572281890.3100.170.11147.0456.875.49
Hex9DE4BD1F011B93394b
Octal235344275370211322371113
Binary100111011110010010111101111110100011011100100111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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