#9DE9BB

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

Shades of Vista Blue #9DE9BB

Tints of Vista Blue #9DE9BB

Color information

#9DE9BB (or 0x9DE9BB) is unknown color: approx Vista Blue. HEX triplet: 9D, E9 and BB. RGB value is (157,233,187). Sum of RGB (Red+Green+Blue) = 157+233+187=577 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.21% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE9BB is #621644. Grayscale: #CDCDCD. Windows color (decimal): -6428229 or 12315037. OLE color: 12315037.

HSL color Cylindrical-coordinate representation of color #9DE9BB: hue angle of 143.68º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE9BB is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB157233187-
CMYK0.3300.200.09
HSL143.68º63.33%76.47%-
HSV(B)143.68º32.62%91.37%-
XYZ52.0169.0357.6-
YUV205.03117.8293.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.21%
GREEN value IS 233 (91.41% from 255) = 40.38%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=27.21%
G=40.38%
B=32.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572331870.3300.200.09143.6863.3376.47
Hex9DE9BB210149903f4c
Octal235351273410241122077114
Binary1001110111101001101110111000010101001001100100001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,233,187); }

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

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

 a { background-color: rgb(157,233,187); }

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

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

 span { border-color: rgb(157,233,187); }

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