#96DEBC

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

Shades of Vista Blue #96DEBC

Tints of Vista Blue #96DEBC

Color information

#96DEBC (or 0x96DEBC) is unknown color: approx Vista Blue. HEX triplet: 96, DE and BC. RGB value is (150,222,188). Sum of RGB (Red+Green+Blue) = 150+222+188=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DEBC is #692143. Grayscale: #C4C4C4. Windows color (decimal): -6889796 or 12377750. OLE color: 12377750.

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

Color convert

RGB150222188-
CMYK0.3200.150.13
HSL151.67º52.17%72.94%-
HSV(B)151.67º32.43%87.06%-
XYZ47.7862.3657.1-
YUV196.6123.1594.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.79%
GREEN value IS 222 (87.11% from 255) = 39.64%
BLUE value IS 188 (73.83% from 255) = 33.57%
R=26.79%
G=39.64%
B=33.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502221880.3200.150.13151.6752.1772.94
Hex96DEBC200FD983449
Octal226336274400171523064111
Binary100101101101111010111100100000011111101100110001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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