#95E3BA

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

Shades of Vista Blue #95E3BA

Tints of Vista Blue #95E3BA

Color information

#95E3BA (or 0x95E3BA) is unknown color: approx Vista Blue. HEX triplet: 95, E3 and BA. RGB value is (149,227,186). Sum of RGB (Red+Green+Blue) = 149+227+186=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 227 - color contains mainly: green. Hex color #95E3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E3BA is #6A1C45. Grayscale: #C7C7C7. Windows color (decimal): -6954054 or 12247957. OLE color: 12247957.

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

Color convert

RGB149227186-
CMYK0.3400.180.11
HSL148.46º58.21%73.73%-
HSV(B)148.46º34.36%89.02%-
XYZ48.7364.8756.41-
YUV199120.6692.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.51%
GREEN value IS 227 (89.06% from 255) = 40.39%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=26.51%
G=40.39%
B=33.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492271860.3400.180.11148.4658.2173.73
Hex95E3BA22012B943a4a
Octal225343272420221322472112
Binary1001010111100011101110101000100100101011100101001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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