#96F0BA

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

Shades of Vista Blue #96F0BA

Tints of Vista Blue #96F0BA

Color information

#96F0BA (or 0x96F0BA) is unknown color: approx Vista Blue. HEX triplet: 96, F0 and BA. RGB value is (150,240,186). Sum of RGB (Red+Green+Blue) = 150+240+186=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #96F0BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F0BA is #690F45. Grayscale: #CFCFCF. Windows color (decimal): -6885190 or 12251286. OLE color: 12251286.

HSL color Cylindrical-coordinate representation of color #96F0BA: hue angle of 144º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F0BA is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB150240186-
CMYK0.3700.220.06
HSL144º75%76.47%-
HSV(B)144º37.5%94.12%-
XYZ52.672.3557.65-
YUV206.93116.1887.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.04%
GREEN value IS 240 (94.14% from 255) = 41.67%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=26.04%
G=41.67%
B=32.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502401860.3700.220.061447576.47
Hex96F0BA250166904b4c
Octal226360272450266220113114
Binary1001011011110000101110101001010101101101001000010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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