#96DFBF

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

Shades of Vista Blue #96DFBF

Tints of Vista Blue #96DFBF

Color information

#96DFBF (or 0x96DFBF) is unknown color: approx Vista Blue. HEX triplet: 96, DF and BF. RGB value is (150,223,191). Sum of RGB (Red+Green+Blue) = 150+223+191=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFBF is #692040. Grayscale: #C5C5C5. Windows color (decimal): -6889537 or 12574614. OLE color: 12574614.

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

Color convert

RGB150223191-
CMYK0.3300.140.13
HSL153.7º53.28%73.14%-
HSV(B)153.7º32.74%87.45%-
XYZ48.3763.0258.91-
YUV197.52124.3294.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.60%
GREEN value IS 223 (87.5% from 255) = 39.54%
BLUE value IS 191 (75% from 255) = 33.87%
R=26.60%
G=39.54%
B=33.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231910.3300.140.13153.753.2873.14
Hex96DFBF210ED9a3549
Octal226337277410161523265111
Binary100101101101111110111111100001011101101100110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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