#96EBB7

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

Shades of Vista Blue #96EBB7

Tints of Vista Blue #96EBB7

Color information

#96EBB7 (or 0x96EBB7) is unknown color: approx Vista Blue. HEX triplet: 96, EB and B7. RGB value is (150,235,183). Sum of RGB (Red+Green+Blue) = 150+235+183=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBB7 is #691448. Grayscale: #CBCBCB. Windows color (decimal): -6886473 or 12053398. OLE color: 12053398.

HSL color Cylindrical-coordinate representation of color #96EBB7: hue angle of 143.29º 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 #96EBB7 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB150235183-
CMYK0.3600.220.08
HSL143.29º68%75.49%-
HSV(B)143.29º36.17%92.16%-
XYZ50.8369.3255.5-
YUV203.66116.3489.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.41%
GREEN value IS 235 (92.19% from 255) = 41.37%
BLUE value IS 183 (71.88% from 255) = 32.22%
R=26.41%
G=41.37%
B=32.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502351830.3600.220.08143.296875.49
Hex96EBB72401688f444b
Octal2263532674402610217104113
Binary10010110111010111011011110010001011010001000111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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