#9EDAB1

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

Shades of Vista Blue #9EDAB1

Tints of Vista Blue #9EDAB1

Color information

#9EDAB1 (or 0x9EDAB1) is unknown color: approx Vista Blue. HEX triplet: 9E, DA and B1. RGB value is (158,218,177). Sum of RGB (Red+Green+Blue) = 158+218+177=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDAB1 is #61254E. Grayscale: #C3C3C3. Windows color (decimal): -6366543 or 11655838. OLE color: 11655838.

HSL color Cylindrical-coordinate representation of color #9EDAB1: hue angle of 139º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDAB1 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB158218177-
CMYK0.2800.190.15
HSL139º44.78%73.73%-
HSV(B)139º27.52%85.49%-
XYZ47.1160.5950.81-
YUV195.39117.62101.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.57%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=28.57%
G=39.42%
B=32.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582181770.2800.190.1513944.7873.73
Hex9EDAB11C013F8b2d4a
Octal236332261340231721355112
Binary100111101101101010110001111000100111111100010111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,218,177); }

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

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

 a { background-color: rgb(158,218,177); }

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

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

 span { border-color: rgb(158,218,177); }

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