#95F1B1

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

Shades of Vista Blue #95F1B1

Tints of Vista Blue #95F1B1

Color information

#95F1B1 (or 0x95F1B1) is unknown color: approx Vista Blue. HEX triplet: 95, F1 and B1. RGB value is (149,241,177). Sum of RGB (Red+Green+Blue) = 149+241+177=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F1B1 is #6A0E4E. Grayscale: #CECECE. Windows color (decimal): -6950479 or 11661717. OLE color: 11661717.

HSL color Cylindrical-coordinate representation of color #95F1B1: hue angle of 138.26º 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 #95F1B1 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB149241177-
CMYK0.3800.270.05
HSL138.26º76.67%76.47%-
HSV(B)138.26º38.17%94.51%-
XYZ51.7972.4752.85-
YUV206.2111.5287.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.28%
GREEN value IS 241 (94.53% from 255) = 42.50%
BLUE value IS 177 (69.53% from 255) = 31.22%
R=26.28%
G=42.50%
B=31.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492411770.3800.270.05138.2676.6776.47
Hex95F1B12601B58a4d4c
Octal225361261460335212115114
Binary1001010111110001101100011001100110111011000101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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