#9DE3BF

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

Shades of Vista Blue #9DE3BF

Tints of Vista Blue #9DE3BF

Color information

#9DE3BF (or 0x9DE3BF) is unknown color: approx Vista Blue. HEX triplet: 9D, E3 and BF. RGB value is (157,227,191). Sum of RGB (Red+Green+Blue) = 157+227+191=575 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.30% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 227 - color contains mainly: green. Hex color #9DE3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE3BF is #621C40. Grayscale: #CACACA. Windows color (decimal): -6429761 or 12575645. OLE color: 12575645.

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

Color convert

RGB157227191-
CMYK0.3100.160.11
HSL149.14º55.56%75.29%-
HSV(B)149.14º30.84%89.02%-
XYZ50.7865.8759.33-
YUV201.97121.8195.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.30%
GREEN value IS 227 (89.06% from 255) = 39.48%
BLUE value IS 191 (75% from 255) = 33.22%
R=27.30%
G=39.48%
B=33.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572271910.3100.160.11149.1455.5675.29
Hex9DE3BF1F010B95384b
Octal235343277370201322570113
Binary100111011110001110111111111110100001011100101011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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