#95d3b6

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

Shades of Vista Blue #95D3B6

Tints of Vista Blue #95D3B6

Color information

#95D3B6 (or 0x95D3B6) is unknown color: approx Vista Blue. HEX triplet: 95, D3 and B6. RGB value is (149,211,182). Sum of RGB (Red+Green+Blue) = 149+211+182=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D3B6 is #6A2C49. Grayscale: #BDBDBD. Windows color (decimal): -6958154 or 11981717. OLE color: 11981717.

HSL color Cylindrical-coordinate representation of color #95D3B6: hue angle of 151.94º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D3B6 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB149211182-
CMYK0.2900.140.17
HSL151.94º41.33%70.59%-
HSV(B)151.94º29.38%82.75%-
XYZ44.1356.3652.81-
YUV189.16123.9699.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.49%
GREEN value IS 211 (82.81% from 255) = 38.93%
BLUE value IS 182 (71.48% from 255) = 33.58%
R=27.49%
G=38.93%
B=33.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492111820.2900.140.17151.9441.3370.59
Hex95D3B61D0E11982947
Octal225323266350162123051107
Binary100101011101001110110110111010111010001100110001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95d3b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,211,182); }

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

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

 a { background-color: rgb(149,211,182); }

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

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

 span { border-color: rgb(149,211,182); }

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