#96C7B1

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

Shades of Vista Blue #96C7B1

Tints of Vista Blue #96C7B1

Color information

#96C7B1 (or 0x96C7B1) is unknown color: approx Vista Blue. HEX triplet: 96, C7 and B1. RGB value is (150,199,177). Sum of RGB (Red+Green+Blue) = 150+199+177=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 199 - color contains mainly: green. Hex color #96C7B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C7B1 is #69384E. Grayscale: #B5B5B5. Windows color (decimal): -6895695 or 11650966. OLE color: 11650966.

HSL color Cylindrical-coordinate representation of color #96C7B1: hue angle of 153.06º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C7B1 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB150199177-
CMYK0.2500.110.22
HSL153.06º30.43%68.43%-
HSV(B)153.06º24.62%78.04%-
XYZ40.9450.5149.19-
YUV181.84125.27105.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.52%
GREEN value IS 199 (78.12% from 255) = 37.83%
BLUE value IS 177 (69.53% from 255) = 33.65%
R=28.52%
G=37.83%
B=33.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501991770.2500.110.22153.0630.4368.43
Hex96C7B1190B16991e44
Octal226307261310132623136104
Binary10010110110001111011000111001010111011010011001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,199,177); }

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

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

 a { background-color: rgb(150,199,177); }

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

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

 span { border-color: rgb(150,199,177); }

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