#96d2b4

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

Shades of Vista Blue #96D2B4

Tints of Vista Blue #96D2B4

Color information

#96D2B4 (or 0x96D2B4) is unknown color: approx Vista Blue. HEX triplet: 96, D2 and B4. RGB value is (150,210,180). Sum of RGB (Red+Green+Blue) = 150+210+180=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #96D2B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D2B4 is #692D4B. Grayscale: #BCBCBC. Windows color (decimal): -6892876 or 11850390. OLE color: 11850390.

HSL color Cylindrical-coordinate representation of color #96D2B4: hue angle of 150º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D2B4 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB150210180-
CMYK0.2900.140.18
HSL150º40%70.59%-
HSV(B)150º28.57%82.35%-
XYZ43.8655.8751.65-
YUV188.64123.12100.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 210 (82.42% from 255) = 38.89%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=27.78%
G=38.89%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502101800.2900.140.181504070.59
Hex96D2B41D0E12962847
Octal226322264350162222650107
Binary100101101101001010110100111010111010010100101101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96d2b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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