#96D7BE

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

Shades of Vista Blue #96D7BE

Tints of Vista Blue #96D7BE

Color information

#96D7BE (or 0x96D7BE) is unknown color: approx Vista Blue. HEX triplet: 96, D7 and BE. RGB value is (150,215,190). Sum of RGB (Red+Green+Blue) = 150+215+190=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D7BE is #692841. Grayscale: #C0C0C0. Windows color (decimal): -6891586 or 12507030. OLE color: 12507030.

HSL color Cylindrical-coordinate representation of color #96D7BE: hue angle of 156.92º 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 #96D7BE is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB150215190-
CMYK0.3000.120.16
HSL156.92º44.83%71.57%-
HSV(B)156.92º30.23%84.31%-
XYZ46.1758.857.63-
YUV192.72126.4797.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 215 (84.38% from 255) = 38.74%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=27.03%
G=38.74%
B=34.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502151900.3000.120.16156.9244.8371.57
Hex96D7BE1E0C109d2d48
Octal226327276360142023555110
Binary100101101101011110111110111100110010000100111011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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