#96DABD

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

Shades of Vista Blue #96DABD

Tints of Vista Blue #96DABD

Color information

#96DABD (or 0x96DABD) is unknown color: approx Vista Blue. HEX triplet: 96, DA and BD. RGB value is (150,218,189). Sum of RGB (Red+Green+Blue) = 150+218+189=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #96DABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DABD is #692542. Grayscale: #C2C2C2. Windows color (decimal): -6890819 or 12442262. OLE color: 12442262.

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

Color convert

RGB150218189-
CMYK0.3100.130.15
HSL154.41º47.89%72.16%-
HSV(B)154.41º31.19%85.49%-
XYZ46.8360.357.31-
YUV194.36124.9796.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.93%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=26.93%
G=39.14%
B=33.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502181890.3100.130.15154.4147.8972.16
Hex96DABD1F0DF9a3048
Octal226332275370151723260110
Binary10010110110110101011110111111011011111100110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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