#9DE3BD

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

Shades of Vista Blue #9DE3BD

Tints of Vista Blue #9DE3BD

Color information

#9DE3BD (or 0x9DE3BD) is unknown color: approx Vista Blue. HEX triplet: 9D, E3 and BD. RGB value is (157,227,189). Sum of RGB (Red+Green+Blue) = 157+227+189=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #9DE3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE3BD is #621C42. Grayscale: #C9C9C9. Windows color (decimal): -6429763 or 12444573. OLE color: 12444573.

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

Color convert

RGB157227189-
CMYK0.3100.170.11
HSL147.43º55.56%75.29%-
HSV(B)147.43º30.84%89.02%-
XYZ50.5665.7858.18-
YUV201.74120.8196.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.40%
GREEN value IS 227 (89.06% from 255) = 39.62%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=27.40%
G=39.62%
B=32.98%

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
Decimal1572271890.3100.170.11147.4355.5675.29
Hex9DE3BD1F011B93384b
Octal235343275370211322370113
Binary100111011110001110111101111110100011011100100111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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