#96CEB1

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

Shades of Vista Blue #96CEB1

Tints of Vista Blue #96CEB1

Color information

#96CEB1 (or 0x96CEB1) is unknown color: approx Vista Blue. HEX triplet: 96, CE and B1. RGB value is (150,206,177). Sum of RGB (Red+Green+Blue) = 150+206+177=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CEB1 is #69314E. Grayscale: #BABABA. Windows color (decimal): -6893903 or 11652758. OLE color: 11652758.

HSL color Cylindrical-coordinate representation of color #96CEB1: hue angle of 148.93º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEB1 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB150206177-
CMYK0.2700.140.19
HSL148.93º36.36%69.8%-
HSV(B)148.93º27.18%80.78%-
XYZ42.5853.849.74-
YUV185.95122.95102.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 177 (69.53% from 255) = 33.21%
R=28.14%
G=38.65%
B=33.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061770.2700.140.19148.9336.3669.8
Hex96CEB11B0E13952446
Octal226316261330162322544106
Binary100101101100111010110001110110111010011100101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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