#96D9B4

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

Shades of Vista Blue #96D9B4

Tints of Vista Blue #96D9B4

Color information

#96D9B4 (or 0x96D9B4) is unknown color: approx Vista Blue. HEX triplet: 96, D9 and B4. RGB value is (150,217,180). Sum of RGB (Red+Green+Blue) = 150+217+180=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D9B4 is #69264B. Grayscale: #C0C0C0. Windows color (decimal): -6891084 or 11852182. OLE color: 11852182.

HSL color Cylindrical-coordinate representation of color #96D9B4: hue angle of 146.87º degrees, saturation: 0.47, 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 #96D9B4 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB150217180-
CMYK0.3100.170.15
HSL146.87º46.85%71.96%-
HSV(B)146.87º30.88%85.1%-
XYZ45.6359.4152.24-
YUV192.75120.897.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.42%
GREEN value IS 217 (85.16% from 255) = 39.67%
BLUE value IS 180 (70.70% from 255) = 32.91%
R=27.42%
G=39.67%
B=32.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502171800.3100.170.15146.8746.8571.96
Hex96D9B41F011F932f48
Octal226331264370211722357110
Binary100101101101100110110100111110100011111100100111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,217,180); }

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

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

 a { background-color: rgb(150,217,180); }

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

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

 span { border-color: rgb(150,217,180); }

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