#96EBB6

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

Shades of Vista Blue #96EBB6

Tints of Vista Blue #96EBB6

Color information

#96EBB6 (or 0x96EBB6) is unknown color: approx Vista Blue. HEX triplet: 96, EB and B6. RGB value is (150,235,182). Sum of RGB (Red+Green+Blue) = 150+235+182=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBB6 is #691449. Grayscale: #CBCBCB. Windows color (decimal): -6886474 or 11987862. OLE color: 11987862.

HSL color Cylindrical-coordinate representation of color #96EBB6: hue angle of 142.59º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBB6 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB150235182-
CMYK0.3600.230.08
HSL142.59º68%75.49%-
HSV(B)142.59º36.17%92.16%-
XYZ50.7369.2854.95-
YUV203.54115.8489.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.46%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 182 (71.48% from 255) = 32.10%
R=26.46%
G=41.45%
B=32.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502351820.3600.230.08142.596875.49
Hex96EBB62401788f444b
Octal2263532664402710217104113
Binary10010110111010111011011010010001011110001000111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,235,182); }

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

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

 a { background-color: rgb(150,235,182); }

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

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

 span { border-color: rgb(150,235,182); }

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