#96DFB6

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

Shades of Vista Blue #96DFB6

Tints of Vista Blue #96DFB6

Color information

#96DFB6 (or 0x96DFB6) is unknown color: approx Vista Blue. HEX triplet: 96, DF and B6. RGB value is (150,223,182). Sum of RGB (Red+Green+Blue) = 150+223+182=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFB6 is #692049. Grayscale: #C4C4C4. Windows color (decimal): -6889546 or 11984790. OLE color: 11984790.

HSL color Cylindrical-coordinate representation of color #96DFB6: hue angle of 146.3º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFB6 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB150223182-
CMYK0.3300.180.13
HSL146.3º53.28%73.14%-
HSV(B)146.3º32.74%87.45%-
XYZ47.4162.6453.85-
YUV196.5119.8294.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 223 (87.5% from 255) = 40.18%
BLUE value IS 182 (71.48% from 255) = 32.79%
R=27.03%
G=40.18%
B=32.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231820.3300.180.13146.353.2873.14
Hex96DFB621012D923549
Octal226337266410221522265111
Binary1001011011011111101101101000010100101101100100101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,223,182); }

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

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

 a { background-color: rgb(150,223,182); }

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

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

 span { border-color: rgb(150,223,182); }

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