#96ECBA

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

Shades of Vista Blue #96ECBA

Tints of Vista Blue #96ECBA

Color information

#96ECBA (or 0x96ECBA) is unknown color: approx Vista Blue. HEX triplet: 96, EC and BA. RGB value is (150,236,186). Sum of RGB (Red+Green+Blue) = 150+236+186=572 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.22% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECBA is #691345. Grayscale: #CCCCCC. Windows color (decimal): -6886214 or 12250262. OLE color: 12250262.

HSL color Cylindrical-coordinate representation of color #96ECBA: hue angle of 145.12º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96ECBA is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB150236186-
CMYK0.3600.210.07
HSL145.12º69.35%75.69%-
HSV(B)145.12º36.44%92.55%-
XYZ51.4470.0257.26-
YUV204.59117.5189.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.22%
GREEN value IS 236 (92.58% from 255) = 41.26%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=26.22%
G=41.26%
B=32.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502361860.3600.210.07145.1269.3575.69
Hex96ECBA24015791454c
Octal226354272440257221105114
Binary1001011011101100101110101001000101011111001000110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,236,186); }

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

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

 a { background-color: rgb(150,236,186); }

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

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

 span { border-color: rgb(150,236,186); }

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