#96F1BA

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

Shades of Vista Blue #96F1BA

Tints of Vista Blue #96F1BA

Color information

#96F1BA (or 0x96F1BA) is unknown color: approx Vista Blue. HEX triplet: 96, F1 and BA. RGB value is (150,241,186). Sum of RGB (Red+Green+Blue) = 150+241+186=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F1BA is #690E45. Grayscale: #CFCFCF. Windows color (decimal): -6884934 or 12251542. OLE color: 12251542.

HSL color Cylindrical-coordinate representation of color #96F1BA: hue angle of 143.74º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F1BA is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB150241186-
CMYK0.3800.230.05
HSL143.74º76.47%76.67%-
HSV(B)143.74º37.76%94.51%-
XYZ52.972.9457.75-
YUV207.52115.8586.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.00%
GREEN value IS 241 (94.53% from 255) = 41.77%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=26.00%
G=41.77%
B=32.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502411860.3800.230.05143.7476.4776.67
Hex96F1BA260175904c4d
Octal226361272460275220114115
Binary1001011011110001101110101001100101111011001000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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