#96DFB3

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

Shades of Vista Blue #96DFB3

Tints of Vista Blue #96DFB3

Color information

#96DFB3 (or 0x96DFB3) is unknown color: approx Vista Blue. HEX triplet: 96, DF and B3. RGB value is (150,223,179). Sum of RGB (Red+Green+Blue) = 150+223+179=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFB3 is #69204C. Grayscale: #C4C4C4. Windows color (decimal): -6889549 or 11788182. OLE color: 11788182.

HSL color Cylindrical-coordinate representation of color #96DFB3: hue angle of 143.84º 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 #96DFB3 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB150223179-
CMYK0.3300.200.13
HSL143.84º53.28%73.14%-
HSV(B)143.84º32.74%87.45%-
XYZ47.162.5152.23-
YUV196.16118.3295.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.17%
GREEN value IS 223 (87.5% from 255) = 40.40%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=27.17%
G=40.40%
B=32.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231790.3300.200.13143.8453.2873.14
Hex96DFB321014D903549
Octal226337263410241522065111
Binary1001011011011111101100111000010101001101100100001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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