#9EDAB7

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

Shades of Vista Blue #9EDAB7

Tints of Vista Blue #9EDAB7

Color information

#9EDAB7 (or 0x9EDAB7) is unknown color: approx Vista Blue. HEX triplet: 9E, DA and B7. RGB value is (158,218,183). Sum of RGB (Red+Green+Blue) = 158+218+183=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDAB7 is #612548. Grayscale: #C4C4C4. Windows color (decimal): -6366537 or 12049054. OLE color: 12049054.

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

Color convert

RGB158218183-
CMYK0.2800.160.15
HSL145º44.78%73.73%-
HSV(B)145º27.52%85.49%-
XYZ47.7260.8354.03-
YUV196.07120.62100.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.26%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=28.26%
G=39.00%
B=32.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582181830.2800.160.1514544.7873.73
Hex9EDAB71C010F912d4a
Octal236332267340201722155112
Binary100111101101101010110111111000100001111100100011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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