#95efb6

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

Shades of Vista Blue #95EFB6

Tints of Vista Blue #95EFB6

Color information

#95EFB6 (or 0x95EFB6) is unknown color: approx Vista Blue. HEX triplet: 95, EF and B6. RGB value is (149,239,182). Sum of RGB (Red+Green+Blue) = 149+239+182=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFB6 is #6A1049. Grayscale: #CDCDCD. Windows color (decimal): -6950986 or 11988885. OLE color: 11988885.

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

Color convert

RGB149239182-
CMYK0.3800.240.06
HSL142º73.77%76.08%-
HSV(B)142º37.66%93.73%-
XYZ51.771.555.33-
YUV205.59114.6887.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.14%
GREEN value IS 239 (93.75% from 255) = 41.93%
BLUE value IS 182 (71.48% from 255) = 31.93%
R=26.14%
G=41.93%
B=31.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492391820.3800.240.0614273.7776.08
Hex95EFB62601868e4a4c
Octal225357266460306216112114
Binary1001010111101111101101101001100110001101000111010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95efb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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