#95D1B9

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

Shades of Vista Blue #95D1B9

Tints of Vista Blue #95D1B9

Color information

#95D1B9 (or 0x95D1B9) is unknown color: approx Vista Blue. HEX triplet: 95, D1 and B9. RGB value is (149,209,185). Sum of RGB (Red+Green+Blue) = 149+209+185=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 209 - color contains mainly: green. Hex color #95D1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D1B9 is #6A2E46. Grayscale: #BCBCBC. Windows color (decimal): -6958663 or 12177813. OLE color: 12177813.

HSL color Cylindrical-coordinate representation of color #95D1B9: hue angle of 156º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D1B9 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB149209185-
CMYK0.2900.110.18
HSL156º39.47%70.2%-
HSV(B)156º28.71%81.96%-
XYZ43.9555.4954.29-
YUV188.32126.1299.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 209 (82.03% from 255) = 38.49%
BLUE value IS 185 (72.66% from 255) = 34.07%
R=27.44%
G=38.49%
B=34.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492091850.2900.110.1815639.4770.2
Hex95D1B91D0B129c2746
Octal225321271350132223447106
Binary100101011101000110111001111010101110010100111001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,209,185); }

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

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

 a { background-color: rgb(149,209,185); }

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

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

 span { border-color: rgb(149,209,185); }

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