#96C9B1

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

Shades of Vista Blue #96C9B1

Tints of Vista Blue #96C9B1

Color information

#96C9B1 (or 0x96C9B1) is unknown color: approx Vista Blue. HEX triplet: 96, C9 and B1. RGB value is (150,201,177). Sum of RGB (Red+Green+Blue) = 150+201+177=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #96C9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C9B1 is #69364E. Grayscale: #B7B7B7. Windows color (decimal): -6895183 or 11651478. OLE color: 11651478.

HSL color Cylindrical-coordinate representation of color #96C9B1: hue angle of 151.76º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C9B1 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB150201177-
CMYK0.2500.120.21
HSL151.76º32.08%68.82%-
HSV(B)151.76º25.37%78.82%-
XYZ41.451.4349.34-
YUV183.02124.6104.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 201 (78.91% from 255) = 38.07%
BLUE value IS 177 (69.53% from 255) = 33.52%
R=28.41%
G=38.07%
B=33.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502011770.2500.120.21151.7632.0868.82
Hex96C9B1190C15982045
Octal226311261310142523040105
Binary100101101100100110110001110010110010101100110001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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