#96DCAD

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

Shades of Vista Blue #96DCAD

Tints of Vista Blue #96DCAD

Color information

#96DCAD (or 0x96DCAD) is unknown color: approx Vista Blue. HEX triplet: 96, DC and AD. RGB value is (150,220,173). Sum of RGB (Red+Green+Blue) = 150+220+173=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DCAD is #692352. Grayscale: #C1C1C1. Windows color (decimal): -6890323 or 11394198. OLE color: 11394198.

HSL color Cylindrical-coordinate representation of color #96DCAD: hue angle of 139.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCAD is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB150220173-
CMYK0.3200.210.14
HSL139.71º50%72.55%-
HSV(B)139.71º31.82%86.27%-
XYZ45.7160.6948.84-
YUV193.71116.3196.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=27.62%
G=40.52%
B=31.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502201730.3200.210.14139.715072.55
Hex96DCAD20015E8c3249
Octal226334255400251621462111
Binary1001011011011100101011011000000101011110100011001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,220,173); }

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

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

 a { background-color: rgb(150,220,173); }

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

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

 span { border-color: rgb(150,220,173); }

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