#95E1BD

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

Shades of Vista Blue #95E1BD

Tints of Vista Blue #95E1BD

Color information

#95E1BD (or 0x95E1BD) is unknown color: approx Vista Blue. HEX triplet: 95, E1 and BD. RGB value is (149,225,189). Sum of RGB (Red+Green+Blue) = 149+225+189=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1BD is #6A1E42. Grayscale: #C6C6C6. Windows color (decimal): -6954563 or 12444053. OLE color: 12444053.

HSL color Cylindrical-coordinate representation of color #95E1BD: hue angle of 151.58º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E1BD is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB149225189-
CMYK0.3400.160.12
HSL151.58º55.88%73.33%-
HSV(B)151.58º33.78%88.24%-
XYZ48.563.9157.92-
YUV198.17122.8292.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.47%
GREEN value IS 225 (88.28% from 255) = 39.96%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=26.47%
G=39.96%
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.12
SystemRedGreenBlueCMYKHSL
Decimal1492251890.3400.160.12151.5855.8873.33
Hex95E1BD22010C983849
Octal225341275420201423070111
Binary1001010111100001101111011000100100001100100110001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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