#96E9BB

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

Shades of Vista Blue #96E9BB

Tints of Vista Blue #96E9BB

Color information

#96E9BB (or 0x96E9BB) is unknown color: approx Vista Blue. HEX triplet: 96, E9 and BB. RGB value is (150,233,187). Sum of RGB (Red+Green+Blue) = 150+233+187=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #96E9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E9BB is #691644. Grayscale: #CBCBCB. Windows color (decimal): -6886981 or 12315030. OLE color: 12315030.

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

Color convert

RGB150233187-
CMYK0.3600.200.09
HSL146.75º65.35%75.1%-
HSV(B)146.75º35.62%91.37%-
XYZ50.6968.3557.54-
YUV202.9411990.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.32%
GREEN value IS 233 (91.41% from 255) = 40.88%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=26.32%
G=40.88%
B=32.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502331870.3600.200.09146.7565.3575.1
Hex96E9BB24014993414b
Octal2263512734402411223101113
Binary10010110111010011011101110010001010010011001001110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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