#9DE9BA

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

Shades of Vista Blue #9DE9BA

Tints of Vista Blue #9DE9BA

Color information

#9DE9BA (or 0x9DE9BA) is unknown color: approx Vista Blue. HEX triplet: 9D, E9 and BA. RGB value is (157,233,186). Sum of RGB (Red+Green+Blue) = 157+233+186=576 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.26% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE9BA is #621645. Grayscale: #CDCDCD. Windows color (decimal): -6428230 or 12249501. OLE color: 12249501.

HSL color Cylindrical-coordinate representation of color #9DE9BA: hue angle of 142.89º 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 #9DE9BA is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB157233186-
CMYK0.3300.200.09
HSL142.89º63.33%76.47%-
HSV(B)142.89º32.62%91.37%-
XYZ51.9168.9957.04-
YUV204.92117.3293.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.26%
GREEN value IS 233 (91.41% from 255) = 40.45%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=27.26%
G=40.45%
B=32.29%

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
Decimal1572331860.3300.200.09142.8963.3376.47
Hex9DE9BA2101498f3f4c
Octal235351272410241121777114
Binary1001110111101001101110101000010101001001100011111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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