#9EE1BF

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

Shades of Vista Blue #9EE1BF

Tints of Vista Blue #9EE1BF

Color information

#9EE1BF (or 0x9EE1BF) is unknown color: approx Vista Blue. HEX triplet: 9E, E1 and BF. RGB value is (158,225,191). Sum of RGB (Red+Green+Blue) = 158+225+191=574 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.53% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE1BF is #611E40. Grayscale: #C9C9C9. Windows color (decimal): -6364737 or 12575134. OLE color: 12575134.

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

Color convert

RGB158225191-
CMYK0.3000.150.12
HSL149.55º52.76%75.1%-
HSV(B)149.55º29.78%88.24%-
XYZ50.4364.8859.16-
YUV201.09122.397.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.53%
GREEN value IS 225 (88.28% from 255) = 39.20%
BLUE value IS 191 (75% from 255) = 33.28%
R=27.53%
G=39.20%
B=33.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582251910.3000.150.12149.5552.7675.1
Hex9EE1BF1E0FC96354b
Octal236341277360171422665113
Binary10011110111000011011111111110011111100100101101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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