#9EEFB8

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

Shades of Vista Blue #9EEFB8

Tints of Vista Blue #9EEFB8

Color information

#9EEFB8 (or 0x9EEFB8) is unknown color: approx Vista Blue. HEX triplet: 9E, EF and B8. RGB value is (158,239,184). Sum of RGB (Red+Green+Blue) = 158+239+184=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFB8 is #611047. Grayscale: #D0D0D0. Windows color (decimal): -6361160 or 12119966. OLE color: 12119966.

HSL color Cylindrical-coordinate representation of color #9EEFB8: hue angle of 139.26º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEFB8 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB158239184-
CMYK0.3400.230.06
HSL139.26º71.68%77.84%-
HSV(B)139.26º33.89%93.73%-
XYZ53.6272.4656.51-
YUV208.51114.1691.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.19%
GREEN value IS 239 (93.75% from 255) = 41.14%
BLUE value IS 184 (72.27% from 255) = 31.67%
R=27.19%
G=41.14%
B=31.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582391840.3400.230.06139.2671.6877.84
Hex9EEFB82201768b484e
Octal236357270420276213110116
Binary1001111011101111101110001000100101111101000101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,239,184); }

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

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

 a { background-color: rgb(158,239,184); }

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

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

 span { border-color: rgb(158,239,184); }

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