#96DABC

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

Shades of Vista Blue #96DABC

Tints of Vista Blue #96DABC

Color information

#96DABC (or 0x96DABC) is unknown color: approx Vista Blue. HEX triplet: 96, DA and BC. RGB value is (150,218,188). Sum of RGB (Red+Green+Blue) = 150+218+188=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #96DABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DABC is #692543. Grayscale: #C2C2C2. Windows color (decimal): -6890820 or 12376726. OLE color: 12376726.

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

Color convert

RGB150218188-
CMYK0.3100.140.15
HSL153.53º47.89%72.16%-
HSV(B)153.53º31.19%85.49%-
XYZ46.7360.2656.75-
YUV194.25124.4796.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.98%
GREEN value IS 218 (85.55% from 255) = 39.21%
BLUE value IS 188 (73.83% from 255) = 33.81%
R=26.98%
G=39.21%
B=33.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502181880.3100.140.15153.5347.8972.16
Hex96DABC1F0EF9a3048
Octal226332274370161723260110
Binary10010110110110101011110011111011101111100110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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