#96D7B5

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

Shades of Vista Blue #96D7B5

Tints of Vista Blue #96D7B5

Color information

#96D7B5 (or 0x96D7B5) is unknown color: approx Vista Blue. HEX triplet: 96, D7 and B5. RGB value is (150,215,181). Sum of RGB (Red+Green+Blue) = 150+215+181=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D7B5 is #69284A. Grayscale: #BFBFBF. Windows color (decimal): -6891595 or 11917206. OLE color: 11917206.

HSL color Cylindrical-coordinate representation of color #96D7B5: hue angle of 148.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D7B5 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB150215181-
CMYK0.3000.160.16
HSL148.62º44.83%71.57%-
HSV(B)148.62º30.23%84.31%-
XYZ45.2258.4252.61-
YUV191.69121.9798.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.47%
GREEN value IS 215 (84.38% from 255) = 39.38%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=27.47%
G=39.38%
B=33.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502151810.3000.160.16148.6244.8371.57
Hex96D7B51E01010952d48
Octal226327265360202022555110
Binary1001011011010111101101011111001000010000100101011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,215,181); }

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

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

 a { background-color: rgb(150,215,181); }

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

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

 span { border-color: rgb(150,215,181); }

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