#96E1BF

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

Shades of Vista Blue #96E1BF

Tints of Vista Blue #96E1BF

Color information

#96E1BF (or 0x96E1BF) is unknown color: approx Vista Blue. HEX triplet: 96, E1 and BF. RGB value is (150,225,191). Sum of RGB (Red+Green+Blue) = 150+225+191=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E1BF is #691E40. Grayscale: #C6C6C6. Windows color (decimal): -6889025 or 12575126. OLE color: 12575126.

HSL color Cylindrical-coordinate representation of color #96E1BF: hue angle of 152.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E1BF is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB150225191-
CMYK0.3300.150.12
HSL152.8º55.56%73.53%-
HSV(B)152.8º33.33%88.24%-
XYZ48.9164.159.08-
YUV198.7123.6593.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.50%
GREEN value IS 225 (88.28% from 255) = 39.75%
BLUE value IS 191 (75% from 255) = 33.75%
R=26.50%
G=39.75%
B=33.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502251910.3300.150.12152.855.5673.53
Hex96E1BF210FC99384a
Octal226341277410171423170112
Binary100101101110000110111111100001011111100100110011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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