#96E7BC

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

Shades of Vista Blue #96E7BC

Tints of Vista Blue #96E7BC

Color information

#96E7BC (or 0x96E7BC) is unknown color: approx Vista Blue. HEX triplet: 96, E7 and BC. RGB value is (150,231,188). Sum of RGB (Red+Green+Blue) = 150+231+188=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 231 - color contains mainly: green. Hex color #96E7BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E7BC is #691843. Grayscale: #C9C9C9. Windows color (decimal): -6887492 or 12380054. OLE color: 12380054.

HSL color Cylindrical-coordinate representation of color #96E7BC: hue angle of 148.15º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E7BC is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB150231188-
CMYK0.3500.190.09
HSL148.15º62.79%74.71%-
HSV(B)148.15º35.06%90.59%-
XYZ50.2367.2757.91-
YUV201.88120.1691-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.36%
GREEN value IS 231 (90.62% from 255) = 40.60%
BLUE value IS 188 (73.83% from 255) = 33.04%
R=26.36%
G=40.60%
B=33.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502311880.3500.190.09148.1562.7974.71
Hex96E7BC230139943f4b
Octal226347274430231122477113
Binary1001011011100111101111001000110100111001100101001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,231,188); }

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

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

 a { background-color: rgb(150,231,188); }

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

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

 span { border-color: rgb(150,231,188); }

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