#95D9B1

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

Shades of Vista Blue #95D9B1

Tints of Vista Blue #95D9B1

Color information

#95D9B1 (or 0x95D9B1) is unknown color: approx Vista Blue. HEX triplet: 95, D9 and B1. RGB value is (149,217,177). Sum of RGB (Red+Green+Blue) = 149+217+177=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #95D9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D9B1 is #6A264E. Grayscale: #C0C0C0. Windows color (decimal): -6956623 or 11655573. OLE color: 11655573.

HSL color Cylindrical-coordinate representation of color #95D9B1: hue angle of 144.71º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D9B1 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB149217177-
CMYK0.3100.180.15
HSL144.71º47.22%71.76%-
HSV(B)144.71º31.34%85.1%-
XYZ45.1459.1950.64-
YUV192.11119.4797.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=27.44%
G=39.96%
B=32.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492171770.3100.180.15144.7147.2271.76
Hex95D9B11F012F912f48
Octal225331261370221722157110
Binary100101011101100110110001111110100101111100100011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,217,177); }

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

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

 a { background-color: rgb(149,217,177); }

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

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

 span { border-color: rgb(149,217,177); }

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