#95D5B4

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

Shades of Vista Blue #95D5B4

Tints of Vista Blue #95D5B4

Color information

#95D5B4 (or 0x95D5B4) is unknown color: approx Vista Blue. HEX triplet: 95, D5 and B4. RGB value is (149,213,180). Sum of RGB (Red+Green+Blue) = 149+213+180=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #95D5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D5B4 is #6A2A4B. Grayscale: #BEBEBE. Windows color (decimal): -6957644 or 11851157. OLE color: 11851157.

HSL color Cylindrical-coordinate representation of color #95D5B4: hue angle of 149.06º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D5B4 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB149213180-
CMYK0.3000.150.16
HSL149.06º43.24%70.98%-
HSV(B)149.06º30.05%83.53%-
XYZ44.4357.2751.89-
YUV190.1122.398.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.49%
GREEN value IS 213 (83.59% from 255) = 39.30%
BLUE value IS 180 (70.70% from 255) = 33.21%
R=27.49%
G=39.30%
B=33.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492131800.3000.150.16149.0643.2470.98
Hex95D5B41E0F10952b47
Octal225325264360172022553107
Binary100101011101010110110100111100111110000100101011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,213,180); }

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

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

 a { background-color: rgb(149,213,180); }

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

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

 span { border-color: rgb(149,213,180); }

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