#96D6BF

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

Shades of Vista Blue #96D6BF

Tints of Vista Blue #96D6BF

Color information

#96D6BF (or 0x96D6BF) is unknown color: approx Vista Blue. HEX triplet: 96, D6 and BF. RGB value is (150,214,191). Sum of RGB (Red+Green+Blue) = 150+214+191=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D6BF is #692940. Grayscale: #C0C0C0. Windows color (decimal): -6891841 or 12572310. OLE color: 12572310.

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

Color convert

RGB150214191-
CMYK0.3000.110.16
HSL158.44º43.84%71.37%-
HSV(B)158.44º29.91%83.92%-
XYZ46.0358.3458.12-
YUV192.24127.397.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 214 (83.98% from 255) = 38.56%
BLUE value IS 191 (75% from 255) = 34.41%
R=27.03%
G=38.56%
B=34.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502141910.3000.110.16158.4443.8471.37
Hex96D6BF1E0B109e2c47
Octal226326277360132023654107
Binary100101101101011010111111111100101110000100111101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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