#9EE1B9

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

Shades of Vista Blue #9EE1B9

Tints of Vista Blue #9EE1B9

Color information

#9EE1B9 (or 0x9EE1B9) is unknown color: approx Vista Blue. HEX triplet: 9E, E1 and B9. RGB value is (158,225,185). Sum of RGB (Red+Green+Blue) = 158+225+185=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE1B9 is #611E46. Grayscale: #C8C8C8. Windows color (decimal): -6364743 or 12181918. OLE color: 12181918.

HSL color Cylindrical-coordinate representation of color #9EE1B9: hue angle of 144.18º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE1B9 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB158225185-
CMYK0.3000.180.12
HSL144.18º52.76%75.1%-
HSV(B)144.18º29.78%88.24%-
XYZ49.7864.6255.75-
YUV200.41119.397.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.82%
GREEN value IS 225 (88.28% from 255) = 39.61%
BLUE value IS 185 (72.66% from 255) = 32.57%
R=27.82%
G=39.61%
B=32.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582251850.3000.180.12144.1852.7675.1
Hex9EE1B91E012C90354b
Octal236341271360221422065113
Binary100111101110000110111001111100100101100100100001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,225,185); }

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

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

 a { background-color: rgb(158,225,185); }

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

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

 span { border-color: rgb(158,225,185); }

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