#95E3B7

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

Shades of Vista Blue #95E3B7

Tints of Vista Blue #95E3B7

Color information

#95E3B7 (or 0x95E3B7) is unknown color: approx Vista Blue. HEX triplet: 95, E3 and B7. RGB value is (149,227,183). Sum of RGB (Red+Green+Blue) = 149+227+183=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #95E3B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E3B7 is #6A1C48. Grayscale: #C6C6C6. Windows color (decimal): -6954057 or 12051349. OLE color: 12051349.

HSL color Cylindrical-coordinate representation of color #95E3B7: hue angle of 146.15º degrees, saturation: 0.58, 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 #95E3B7 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB149227183-
CMYK0.3400.190.11
HSL146.15º58.21%73.73%-
HSV(B)146.15º34.36%89.02%-
XYZ48.4164.7554.75-
YUV198.66119.1692.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.65%
GREEN value IS 227 (89.06% from 255) = 40.61%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=26.65%
G=40.61%
B=32.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492271830.3400.190.11146.1558.2173.73
Hex95E3B722013B923a4a
Octal225343267420231322272112
Binary1001010111100011101101111000100100111011100100101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95E3B7; }

 p { color: rgb(149,227,183); }

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

<style>
 a { background-color: #95E3B7; }

 a { background-color: rgb(149,227,183); }

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

<style>
 span { border-color: #95E3B7; }

 span { border-color: rgb(149,227,183); }

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