#96E6BB

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

Shades of Vista Blue #96E6BB

Tints of Vista Blue #96E6BB

Color information

#96E6BB (or 0x96E6BB) is unknown color: approx Vista Blue. HEX triplet: 96, E6 and BB. RGB value is (150,230,187). Sum of RGB (Red+Green+Blue) = 150+230+187=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #96E6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E6BB is #691944. Grayscale: #C9C9C9. Windows color (decimal): -6887749 or 12314262. OLE color: 12314262.

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

Color convert

RGB150230187-
CMYK0.3500.190.10
HSL147.75º61.54%74.51%-
HSV(B)147.75º34.78%90.2%-
XYZ49.8466.6757.25-
YUV201.1812091.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.46%
GREEN value IS 230 (90.23% from 255) = 40.56%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=26.46%
G=40.56%
B=32.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1502301870.3500.190.10147.7561.5474.51
Hex96E6BB23013A943e4b
Octal226346273430231222476113
Binary1001011011100110101110111000110100111010100101001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,230,187); }

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

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

 a { background-color: rgb(150,230,187); }

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

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

 span { border-color: rgb(150,230,187); }

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