#96DFC0

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

Shades of Vista Blue #96DFC0

Tints of Vista Blue #96DFC0

Color information

#96DFC0 (or 0x96DFC0) is unknown color: approx Vista Blue. HEX triplet: 96, DF and C0. RGB value is (150,223,192). Sum of RGB (Red+Green+Blue) = 150+223+192=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFC0 is #69203F. Grayscale: #C5C5C5. Windows color (decimal): -6889536 or 12640150. OLE color: 12640150.

HSL color Cylindrical-coordinate representation of color #96DFC0: hue angle of 154.52º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFC0 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB150223192-
CMYK0.3300.140.13
HSL154.52º53.28%73.14%-
HSV(B)154.52º32.74%87.45%-
XYZ48.4863.0759.49-
YUV197.64124.8294.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.55%
GREEN value IS 223 (87.5% from 255) = 39.47%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=26.55%
G=39.47%
B=33.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231920.3300.140.13154.5253.2873.14
Hex96DFC0210ED9b3549
Octal226337300410161523365111
Binary100101101101111111000000100001011101101100110111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,223,192); }

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

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

 a { background-color: rgb(150,223,192); }

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

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

 span { border-color: rgb(150,223,192); }

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