#9ED2B1

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

Shades of Vista Blue #9ED2B1

Tints of Vista Blue #9ED2B1

Color information

#9ED2B1 (or 0x9ED2B1) is unknown color: approx Vista Blue. HEX triplet: 9E, D2 and B1. RGB value is (158,210,177). Sum of RGB (Red+Green+Blue) = 158+210+177=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED2B1 is #612D4E. Grayscale: #BEBEBE. Windows color (decimal): -6368591 or 11653790. OLE color: 11653790.

HSL color Cylindrical-coordinate representation of color #9ED2B1: hue angle of 141.92º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED2B1 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB158210177-
CMYK0.2500.160.18
HSL141.92º36.62%72.16%-
HSV(B)141.92º24.76%82.35%-
XYZ45.0856.5450.13-
YUV190.69120.27104.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.99%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=28.99%
G=38.53%
B=32.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582101770.2500.160.18141.9236.6272.16
Hex9ED2B119010128e2548
Octal236322261310202221645110
Binary1001111011010010101100011100101000010010100011101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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