#95F1B6

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

Shades of Vista Blue #95F1B6

Tints of Vista Blue #95F1B6

Color information

#95F1B6 (or 0x95F1B6) is unknown color: approx Vista Blue. HEX triplet: 95, F1 and B6. RGB value is (149,241,182). Sum of RGB (Red+Green+Blue) = 149+241+182=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F1B6 is #6A0E49. Grayscale: #CECECE. Windows color (decimal): -6950474 or 11989397. OLE color: 11989397.

HSL color Cylindrical-coordinate representation of color #95F1B6: hue angle of 141.52º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1B6 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB149241182-
CMYK0.3800.240.05
HSL141.52º76.67%76.47%-
HSV(B)141.52º38.17%94.51%-
XYZ52.2972.6855.53-
YUV206.77114.0286.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.05%
GREEN value IS 241 (94.53% from 255) = 42.13%
BLUE value IS 182 (71.48% from 255) = 31.82%
R=26.05%
G=42.13%
B=31.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492411820.3800.240.05141.5276.6776.47
Hex95F1B62601858e4d4c
Octal225361266460305216115114
Binary1001010111110001101101101001100110001011000111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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