#95E2BD

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

Shades of Vista Blue #95E2BD

Tints of Vista Blue #95E2BD

Color information

#95E2BD (or 0x95E2BD) is unknown color: approx Vista Blue. HEX triplet: 95, E2 and BD. RGB value is (149,226,189). Sum of RGB (Red+Green+Blue) = 149+226+189=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #95E2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E2BD is #6A1D42. Grayscale: #C6C6C6. Windows color (decimal): -6954307 or 12444309. OLE color: 12444309.

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

Color convert

RGB149226189-
CMYK0.3400.160.11
HSL151.17º57.04%73.53%-
HSV(B)151.17º34.07%88.63%-
XYZ48.7864.4658.01-
YUV198.76122.4992.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.42%
GREEN value IS 226 (88.67% from 255) = 40.07%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=26.42%
G=40.07%
B=33.51%

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
Decimal1492261890.3400.160.11151.1757.0473.53
Hex95E2BD22010B97394a
Octal225342275420201322771112
Binary1001010111100010101111011000100100001011100101111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,226,189); }

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

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

 a { background-color: rgb(149,226,189); }

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

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

 span { border-color: rgb(149,226,189); }

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