#96EFBE

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

Shades of Vista Blue #96EFBE

Tints of Vista Blue #96EFBE

Color information

#96EFBE (or 0x96EFBE) is unknown color: approx Vista Blue. HEX triplet: 96, EF and BE. RGB value is (150,239,190). Sum of RGB (Red+Green+Blue) = 150+239+190=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFBE is #691041. Grayscale: #CECECE. Windows color (decimal): -6885442 or 12513174. OLE color: 12513174.

HSL color Cylindrical-coordinate representation of color #96EFBE: hue angle of 146.97º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFBE is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB150239190-
CMYK0.3700.210.06
HSL146.97º73.55%76.27%-
HSV(B)146.97º37.24%93.73%-
XYZ52.7471.9359.82-
YUV206.8118.5187.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.91%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=25.91%
G=41.28%
B=32.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502391900.3700.210.06146.9773.5576.27
Hex96EFBE250156934a4c
Octal226357276450256223112114
Binary1001011011101111101111101001010101011101001001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96EFBE; }

 p { color: rgb(150,239,190); }

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

<style>
 a { background-color: #96EFBE; }

 a { background-color: rgb(150,239,190); }

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

<style>
 span { border-color: #96EFBE; }

 span { border-color: rgb(150,239,190); }

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