#96DAAD

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

Shades of Vista Blue #96DAAD

Tints of Vista Blue #96DAAD

Color information

#96DAAD (or 0x96DAAD) is unknown color: approx Vista Blue. HEX triplet: 96, DA and AD. RGB value is (150,218,173). Sum of RGB (Red+Green+Blue) = 150+218+173=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #96DAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DAAD is #692552. Grayscale: #C0C0C0. Windows color (decimal): -6890835 or 11393686. OLE color: 11393686.

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

Color convert

RGB150218173-
CMYK0.3100.210.15
HSL140.29º47.89%72.16%-
HSV(B)140.29º31.19%85.49%-
XYZ45.1959.6448.67-
YUV192.54116.9797.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.73%
GREEN value IS 218 (85.55% from 255) = 40.30%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=27.73%
G=40.30%
B=31.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502181730.3100.210.15140.2947.8972.16
Hex96DAAD1F015F8c3048
Octal226332255370251721460110
Binary100101101101101010101101111110101011111100011001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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