#96D5AF

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

Shades of Vista Blue #96D5AF

Tints of Vista Blue #96D5AF

Color information

#96D5AF (or 0x96D5AF) is unknown color: approx Vista Blue. HEX triplet: 96, D5 and AF. RGB value is (150,213,175). Sum of RGB (Red+Green+Blue) = 150+213+175=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #96D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D5AF is #692A50. Grayscale: #BDBDBD. Windows color (decimal): -6892113 or 11523478. OLE color: 11523478.

HSL color Cylindrical-coordinate representation of color #96D5AF: hue angle of 143.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D5AF is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB150213175-
CMYK0.3000.180.16
HSL143.81º42.86%71.18%-
HSV(B)143.81º29.58%83.53%-
XYZ44.1157.1749.27-
YUV189.83119.6399.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.88%
GREEN value IS 213 (83.59% from 255) = 39.59%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=27.88%
G=39.59%
B=32.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502131750.3000.180.16143.8142.8671.18
Hex96D5AF1E01210902b47
Octal226325257360222022053107
Binary1001011011010101101011111111001001010000100100001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,213,175); }

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

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

 a { background-color: rgb(150,213,175); }

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

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

 span { border-color: rgb(150,213,175); }

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