#96D8B5

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

Shades of Vista Blue #96D8B5

Tints of Vista Blue #96D8B5

Color information

#96D8B5 (or 0x96D8B5) is unknown color: approx Vista Blue. HEX triplet: 96, D8 and B5. RGB value is (150,216,181). Sum of RGB (Red+Green+Blue) = 150+216+181=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D8B5 is #69274A. Grayscale: #C0C0C0. Windows color (decimal): -6891339 or 11917462. OLE color: 11917462.

HSL color Cylindrical-coordinate representation of color #96D8B5: hue angle of 148.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D8B5 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB150216181-
CMYK0.3100.160.15
HSL148.18º45.83%71.76%-
HSV(B)148.18º30.56%84.71%-
XYZ45.4758.9352.69-
YUV192.28121.6397.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.42%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=27.42%
G=39.49%
B=33.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502161810.3100.160.15148.1845.8371.76
Hex96D8B51F010F942e48
Octal226330265370201722456110
Binary100101101101100010110101111110100001111100101001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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