#95D8AF

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

Shades of Vista Blue #95D8AF

Tints of Vista Blue #95D8AF

Color information

#95D8AF (or 0x95D8AF) is unknown color: approx Vista Blue. HEX triplet: 95, D8 and AF. RGB value is (149,216,175). Sum of RGB (Red+Green+Blue) = 149+216+175=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #95D8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D8AF is #6A2750. Grayscale: #BFBFBF. Windows color (decimal): -6956881 or 11524245. OLE color: 11524245.

HSL color Cylindrical-coordinate representation of color #95D8AF: hue angle of 143.28º degrees, saturation: 0.46, 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 #95D8AF is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB149216175-
CMYK0.3100.190.15
HSL143.28º46.21%71.57%-
HSV(B)143.28º31.02%84.71%-
XYZ44.6958.649.51-
YUV191.29118.897.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.59%
GREEN value IS 216 (84.77% from 255) = 40%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=27.59%
G=40%
B=32.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492161750.3100.190.15143.2846.2171.57
Hex95D8AF1F013F8f2e48
Octal225330257370231721756110
Binary100101011101100010101111111110100111111100011111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,216,175); }

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

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

 a { background-color: rgb(149,216,175); }

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

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

 span { border-color: rgb(149,216,175); }

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