#96DFB5

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

Shades of Vista Blue #96DFB5

Tints of Vista Blue #96DFB5

Color information

#96DFB5 (or 0x96DFB5) is unknown color: approx Vista Blue. HEX triplet: 96, DF and B5. RGB value is (150,223,181). Sum of RGB (Red+Green+Blue) = 150+223+181=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFB5 is #69204A. Grayscale: #C4C4C4. Windows color (decimal): -6889547 or 11919254. OLE color: 11919254.

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

Color convert

RGB150223181-
CMYK0.3300.190.13
HSL145.48º53.28%73.14%-
HSV(B)145.48º32.74%87.45%-
XYZ47.3162.653.3-
YUV196.38119.3294.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.08%
GREEN value IS 223 (87.5% from 255) = 40.25%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=27.08%
G=40.25%
B=32.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231810.3300.190.13145.4853.2873.14
Hex96DFB521013D913549
Octal226337265410231522165111
Binary1001011011011111101101011000010100111101100100011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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