#96D6B7

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

Shades of Vista Blue #96D6B7

Tints of Vista Blue #96D6B7

Color information

#96D6B7 (or 0x96D6B7) is unknown color: approx Vista Blue. HEX triplet: 96, D6 and B7. RGB value is (150,214,183). Sum of RGB (Red+Green+Blue) = 150+214+183=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D6B7 is #692948. Grayscale: #BFBFBF. Windows color (decimal): -6891849 or 12048022. OLE color: 12048022.

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

Color convert

RGB150214183-
CMYK0.3000.140.16
HSL150.94º43.84%71.37%-
HSV(B)150.94º29.91%83.92%-
XYZ45.175853.61-
YUV191.33123.398.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.42%
GREEN value IS 214 (83.98% from 255) = 39.12%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=27.42%
G=39.12%
B=33.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502141830.3000.140.16150.9443.8471.37
Hex96D6B71E0E10972c47
Octal226326267360162022754107
Binary100101101101011010110111111100111010000100101111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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