#96E4BF

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

Shades of Vista Blue #96E4BF

Tints of Vista Blue #96E4BF

Color information

#96E4BF (or 0x96E4BF) is unknown color: approx Vista Blue. HEX triplet: 96, E4 and BF. RGB value is (150,228,191). Sum of RGB (Red+Green+Blue) = 150+228+191=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 228 - color contains mainly: green. Hex color #96E4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E4BF is #691B40. Grayscale: #C8C8C8. Windows color (decimal): -6888257 or 12575894. OLE color: 12575894.

HSL color Cylindrical-coordinate representation of color #96E4BF: hue angle of 151.54º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E4BF is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB150228191-
CMYK0.3400.160.11
HSL151.54º59.09%74.12%-
HSV(B)151.54º34.21%89.41%-
XYZ49.7365.7359.36-
YUV200.46122.6692.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.36%
GREEN value IS 228 (89.45% from 255) = 40.07%
BLUE value IS 191 (75% from 255) = 33.57%
R=26.36%
G=40.07%
B=33.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502281910.3400.160.11151.5459.0974.12
Hex96E4BF22010B983b4a
Octal226344277420201323073112
Binary1001011011100100101111111000100100001011100110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,228,191); }

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

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

 a { background-color: rgb(150,228,191); }

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

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

 span { border-color: rgb(150,228,191); }

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