#96DFBB

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

Shades of Vista Blue #96DFBB

Tints of Vista Blue #96DFBB

Color information

#96DFBB (or 0x96DFBB) is unknown color: approx Vista Blue. HEX triplet: 96, DF and BB. RGB value is (150,223,187). Sum of RGB (Red+Green+Blue) = 150+223+187=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFBB is #692044. Grayscale: #C5C5C5. Windows color (decimal): -6889541 or 12312470. OLE color: 12312470.

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

Color convert

RGB150223187-
CMYK0.3300.160.13
HSL150.41º53.28%73.14%-
HSV(B)150.41º32.74%87.45%-
XYZ47.9362.8556.62-
YUV197.07122.3294.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.79%
GREEN value IS 223 (87.5% from 255) = 39.82%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=26.79%
G=39.82%
B=33.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231870.3300.160.13150.4153.2873.14
Hex96DFBB21010D963549
Octal226337273410201522665111
Binary1001011011011111101110111000010100001101100101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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